Trace number 4270398

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)? (TO) 250.14999 240.019

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-8.xml
MD5SUM9893704bf12390d346d425cfade6032e
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 variables1620
Number of constraints1260
Number of domains22
Minimum domain size16
Maximum domain size1422
Distribution of domain sizes[{"size":16,"count":20},{"size":17,"count":100},{"size":18,"count":100},{"size":19,"count":100},{"size":20,"count":480},{"size":1422,"count":820}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":420},{"degree":3,"count":800},{"degree":21,"count":400}]
Minimum constraint arity1
Maximum constraint arity22
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":3,"count":400},{"arity":20,"count":40},{"arity":22,"count":400}]
Number of extensional constraints400
Number of intensional constraints420
Distribution of constraint types[{"type":"extension","count":400},{"type":"intension","count":420},{"type":"allDifferent","count":20},{"type":"noOverlap","count":20},{"type":"element","count":400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270398-1502618720.xml"  -tl '264s' -p 1 -x 0
0.14/0.25	c [HOME/instance-4270398-1502618720.xml, -tl, 264s, -p, 1, -x, 0]
0.14/0.31	c simple solver
0.33/0.37	c parse instance...
1.84/0.85	c solve instance...
250.13/240.01	s UNKNOWN
250.13/240.01	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15032 MiB free)
  memory of node 1: 16384 MiB (15616 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270398-1502618720/watcher-4270398-1502618720 -o /tmp/evaluation-result-4270398-1502618720/solver-4270398-1502618720 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502615937-28321 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1601065200 HOME/instance-4270398-1502618720.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=29741, runsolver pid=29738

[startup+0.106875 s]*
/proc/loadavg: 1.73 1.93 1.89 3/209 29751
/proc/meminfo: memFree=31375068/32770624 swapFree=67108860/67108860
[pid=29741] ppid=29738 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29741/stat : 29741 (xcsp3-exec) S 29738 29741 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64065327 9740288 345 18446744073709551615 4194304 5098028 140728502403344 140728502401448 140218424935036 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 34934784 140728502411646 140728502411850 140728502411850 140728502415339 0
/proc/29741/statm: 2378 345 289 221 0 87 0
[pid=29743] ppid=29741 vsize=13574484 memory=18280 CPUtime=0.04 cores=1,3,5,7
/proc/29743/stat : 29743 (java) S 29741 29741 17093 0 -1 1077944320 3914 0 0 0 4 0 0 0 20 0 9 0 64065334 13900271616 4570 18446744073709551615 4194304 4196468 140730791757280 140730791739824 140371672362743 0 0 1 16800970 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
/proc/29743/statm: 3393621 4570 2137 1 0 3383118 0
[pid=29743/tid=29744] ppid=29741 vsize=13574484 memory=-6871798056524144002 CPUtime=0.03 cores=1,3,5,7
/proc/29743/task/29744/stat : 29744 (java) R 29741 29741 17093 0 -1 4202560 2618 0 0 0 3 0 0 0 20 0 9 0 64065334 13900271616 4570 18446744073709551615 4194304 4196468 140730791757280 140371676598136 140371672384669 0 4 1 16800970 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29745] ppid=29741 vsize=13574484 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29745/stat : 29745 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64065335 13900271616 4570 18446744073709551615 4194304 4196468 140730791757280 140371614308624 140371672372949 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29746] ppid=29741 vsize=13574484 memory=140613232842368 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29746/stat : 29746 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64065335 13900271616 4570 18446744073709551615 4194304 4196468 140730791757280 140371613256080 140371672372949 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29747] ppid=29741 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29747/stat : 29747 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64065335 13900271616 4570 18446744073709551615 4194304 4196468 140730791757280 140371612203536 140371672372949 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29748] ppid=29741 vsize=13574484 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29748/stat : 29748 (java) S 29741 29741 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64065335 13900271616 4570 18446744073709551615 4194304 4196468 140730791757280 140371269524112 140371672372949 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29749] ppid=29741 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29749/stat : 29749 (java) S 29741 29741 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64065336 13900271616 4570 18446744073709551615 4194304 4196468 140730791757280 140371218106864 140371672373890 0 0 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29750] ppid=29741 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29750/stat : 29750 (java) S 29741 29741 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 64065336 13900271616 4570 18446744073709551615 4194304 4196468 140730791757280 140371217053088 140371672372949 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29751] ppid=29741 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29751/stat : 29751 (java) S 29741 29741 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 64065337 13900271616 4570 18446744073709551615 4194304 4196468 140730791757280 140371216000496 140371672372949 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19660 KiB

[startup+0.210428 s]*
/proc/loadavg: 1.73 1.93 1.89 4/215 29757
/proc/meminfo: memFree=31366472/32770624 swapFree=67108860/67108860
[pid=29741] ppid=29738 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29741/stat : 29741 (xcsp3-exec) S 29738 29741 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64065327 9740288 345 18446744073709551615 4194304 5098028 140728502403344 140728502401448 140218424935036 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 34934784 140728502411646 140728502411850 140728502411850 140728502415339 0
/proc/29741/statm: 2378 345 289 221 0 87 0
[pid=29743] ppid=29741 vsize=13974352 memory=29180 CPUtime=0.14 cores=1,3,5,7
/proc/29743/stat : 29743 (java) S 29741 29741 17093 0 -1 1077944320 5189 0 0 0 13 1 0 0 20 0 15 0 64065334 14309736448 7295 18446744073709551615 4194304 4196468 140730791757280 140730791739824 140371672362743 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
/proc/29743/statm: 3493588 7295 2866 1 0 3482964 0
[pid=29743/tid=29744] ppid=29741 vsize=13974352 memory=8390339637985935414 CPUtime=0.09 cores=1,3,5,7
/proc/29743/task/29744/stat : 29744 (java) R 29741 29741 17093 0 -1 4202560 3124 0 0 0 9 0 0 0 20 0 15 0 64065334 14309736448 7295 18446744073709551615 4194304 4196468 140730791757280 140371676590992 140371672374678 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29745] ppid=29741 vsize=13974352 memory=288230604708001210 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29745/stat : 29745 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64065335 14309736448 7295 18446744073709551615 4194304 4196468 140730791757280 140371614308624 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29746] ppid=29741 vsize=13974352 memory=140613232869692 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29746/stat : 29746 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64065335 14309736448 7295 18446744073709551615 4194304 4196468 140730791757280 140371613256080 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29747] ppid=29741 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29747/stat : 29747 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64065335 14309736448 7295 18446744073709551615 4194304 4196468 140730791757280 140371612203536 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29748] ppid=29741 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29748/stat : 29748 (java) S 29741 29741 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64065335 14309736448 7295 18446744073709551615 4194304 4196468 140730791757280 140371269524112 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29749] ppid=29741 vsize=13974352 memory=140613232842368 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29749/stat : 29749 (java) S 29741 29741 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64065336 14309736448 7295 18446744073709551615 4194304 4196468 140730791757280 140371218106864 140371672373890 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29750] ppid=29741 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29750/stat : 29750 (java) S 29741 29741 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64065336 14309736448 7295 18446744073709551615 4194304 4196468 140730791757280 140371217053088 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29751] ppid=29741 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29751/stat : 29751 (java) S 29741 29741 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64065337 14309736448 7295 18446744073709551615 4194304 4196468 140730791757280 140371216000496 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29752] ppid=29741 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29752/stat : 29752 (java) S 29741 29741 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64065339 14309736448 7295 18446744073709551615 4194304 4196468 140730791757280 140371214949072 140371672381339 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29753] ppid=29741 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29753/stat : 29753 (java) S 29741 29741 17093 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 64065339 14309736448 7295 18446744073709551615 4194304 4196468 140730791757280 140371213895664 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29754] ppid=29741 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29754/stat : 29754 (java) S 29741 29741 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64065339 14309736448 7295 18446744073709551615 4194304 4196468 140730791757280 140371212843120 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29755] ppid=29741 vsize=13974352 memory=140613232842368 CPUtime=0.02 cores=1,3,5,7
/proc/29743/task/29755/stat : 29755 (java) R 29741 29741 17093 0 -1 4202560 334 0 0 0 2 0 0 0 20 0 15 0 64065339 14309736448 7295 18446744073709551615 4194304 4196468 140730791757280 140371211790576 140371672384090 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29756] ppid=29741 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29756/stat : 29756 (java) S 29741 29741 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64065339 14309736448 7295 18446744073709551615 4194304 4196468 140730791757280 140371210738272 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29757] ppid=29741 vsize=13974352 memory=140613232842368 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29757/stat : 29757 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64065343 14309736448 7295 18446744073709551615 4194304 4196468 140730791757280 140371209685808 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30560 KiB

[startup+0.310704 s]*
/proc/loadavg: 1.73 1.93 1.89 4/215 29757
/proc/meminfo: memFree=31354360/32770624 swapFree=67108860/67108860
[pid=29741] ppid=29738 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29741/stat : 29741 (xcsp3-exec) S 29738 29741 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64065327 9740288 345 18446744073709551615 4194304 5098028 140728502403344 140728502401448 140218424935036 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 34934784 140728502411646 140728502411850 140728502411850 140728502415339 0
/proc/29741/statm: 2378 345 289 221 0 87 0
[pid=29743] ppid=29741 vsize=13978608 memory=40140 CPUtime=0.33 cores=1,3,5,7
/proc/29743/stat : 29743 (java) S 29741 29741 17093 0 -1 1077944320 8789 0 0 0 31 2 0 0 20 0 15 0 64065334 14314094592 10035 18446744073709551615 4194304 4196468 140730791757280 140730791739824 140371672362743 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
/proc/29743/statm: 3494652 10035 3020 1 0 3482964 0
[pid=29743/tid=29744] ppid=29741 vsize=13978608 memory=8390339637985935414 CPUtime=0.19 cores=1,3,5,7
/proc/29743/task/29744/stat : 29744 (java) R 29741 29741 17093 0 -1 4202560 5916 0 0 0 18 1 0 0 20 0 15 0 64065334 14314094592 10035 18446744073709551615 4194304 4196468 140730791757280 140371676583736 140371672384669 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29745] ppid=29741 vsize=13978608 memory=301741403590112698 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29745/stat : 29745 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64065335 14314094592 10035 18446744073709551615 4194304 4196468 140730791757280 140371614308624 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29746] ppid=29741 vsize=13978608 memory=140613232869692 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29746/stat : 29746 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64065335 14314094592 10035 18446744073709551615 4194304 4196468 140730791757280 140371613256080 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29747] ppid=29741 vsize=13978608 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29747/stat : 29747 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64065335 14314094592 10035 18446744073709551615 4194304 4196468 140730791757280 140371612203536 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29748] ppid=29741 vsize=13978608 memory=3472328296160571439 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29748/stat : 29748 (java) S 29741 29741 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64065335 14314094592 10035 18446744073709551615 4194304 4196468 140730791757280 140371269524112 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29749] ppid=29741 vsize=13978608 memory=8388507731593514740 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29749/stat : 29749 (java) S 29741 29741 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64065336 14314094592 10035 18446744073709551615 4194304 4196468 140730791757280 140371218106864 140371672373890 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29750] ppid=29741 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29750/stat : 29750 (java) S 29741 29741 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64065336 14314094592 10035 18446744073709551615 4194304 4196468 140730791757280 140371217053088 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29751] ppid=29741 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29751/stat : 29751 (java) S 29741 29741 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64065337 14314094592 10035 18446744073709551615 4194304 4196468 140730791757280 140371216000496 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29752] ppid=29741 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29752/stat : 29752 (java) S 29741 29741 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64065339 14314094592 10035 18446744073709551615 4194304 4196468 140730791757280 140371214949072 140371672381339 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29753] ppid=29741 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29743/task/29753/stat : 29753 (java) S 29741 29741 17093 0 -1 1077944384 583 0 0 0 2 0 0 0 20 0 15 0 64065339 14314094592 10035 18446744073709551615 4194304 4196468 140730791757280 140371213895664 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29754] ppid=29741 vsize=13978608 memory=3472328296227679279 CPUtime=0.02 cores=1,3,5,7
/proc/29743/task/29754/stat : 29754 (java) S 29741 29741 17093 0 -1 1077944384 291 0 0 0 2 0 0 0 20 0 15 0 64065339 14314094592 10081 18446744073709551615 4194304 4196468 140730791757280 140371212843120 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29755] ppid=29741 vsize=13978608 memory=140613232842368 CPUtime=0.07 cores=1,3,5,7
/proc/29743/task/29755/stat : 29755 (java) S 29741 29741 17093 0 -1 1077944384 696 0 0 0 7 0 0 0 20 0 15 0 64065339 14314094592 10081 18446744073709551615 4194304 4196468 140730791757280 140371211790576 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29756] ppid=29741 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29756/stat : 29756 (java) S 29741 29741 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64065339 14314094592 10081 18446744073709551615 4194304 4196468 140730791757280 140371210738272 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29757] ppid=29741 vsize=13978608 memory=140613232842368 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29757/stat : 29757 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64065343 14314094592 10081 18446744073709551615 4194304 4196468 140730791757280 140371209685808 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41520 KiB

[startup+0.703186 s]
/proc/loadavg: 1.73 1.93 1.89 6/215 29757
/proc/meminfo: memFree=31336376/32770624 swapFree=67108860/67108860
[pid=29741] ppid=29738 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29741/stat : 29741 (xcsp3-exec) S 29738 29741 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64065327 9740288 345 18446744073709551615 4194304 5098028 140728502403344 140728502401448 140218424935036 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 34934784 140728502411646 140728502411850 140728502411850 140728502415339 0
/proc/29741/statm: 2378 345 289 221 0 87 0
[pid=29743] ppid=29741 vsize=13980732 memory=82008 CPUtime=1.48 cores=1,3,5,7
/proc/29743/stat : 29743 (java) S 29741 29741 17093 0 -1 1077944320 13692 0 0 0 142 6 0 0 20 0 15 0 64065334 14316269568 20502 18446744073709551615 4194304 4196468 140730791757280 140730791739824 140371672362743 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
/proc/29743/statm: 3495183 20502 3160 1 0 3483476 0
[pid=29743/tid=29744] ppid=29741 vsize=13980732 memory=2658786084609 CPUtime=0.58 cores=1,3,5,7
/proc/29743/task/29744/stat : 29744 (java) R 29741 29741 17093 0 -1 4202560 8106 0 0 0 54 4 0 0 20 0 15 0 64065334 14316269568 20502 18446744073709551615 4194304 4196468 140730791757280 140371676591120 140371656443230 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29745] ppid=29741 vsize=13980732 memory=2667376018945 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29745/stat : 29745 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64065335 14316269568 20502 18446744073709551615 4194304 4196468 140730791757280 140371614308624 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29746] ppid=29741 vsize=13980732 memory=2675965953537 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29746/stat : 29746 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64065335 14316269568 20502 18446744073709551615 4194304 4196468 140730791757280 140371613256080 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29747] ppid=29741 vsize=13980732 memory=60608 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29747/stat : 29747 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64065335 14316269568 20502 18446744073709551615 4194304 4196468 140730791757280 140371612203536 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29748] ppid=29741 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29748/stat : 29748 (java) S 29741 29741 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64065335 14316269568 20502 18446744073709551615 4194304 4196468 140730791757280 140371269524112 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29749] ppid=29741 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29749/stat : 29749 (java) S 29741 29741 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 64065336 14316269568 20502 18446744073709551615 4194304 4196468 140730791757280 140371218106864 140371672373890 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29750] ppid=29741 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29750/stat : 29750 (java) S 29741 29741 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64065336 14316269568 20502 18446744073709551615 4194304 4196468 140730791757280 140371217053088 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29751] ppid=29741 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29751/stat : 29751 (java) S 29741 29741 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64065337 14316269568 20502 18446744073709551615 4194304 4196468 140730791757280 140371216000496 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29752] ppid=29741 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29752/stat : 29752 (java) S 29741 29741 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64065339 14316269568 20502 18446744073709551615 4194304 4196468 140730791757280 140371214949072 140371672381339 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29753] ppid=29741 vsize=13980732 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/29743/task/29753/stat : 29753 (java) R 29741 29741 17093 0 -1 1077944384 1300 0 0 0 24 0 0 0 20 0 15 0 64065339 14316269568 20502 18446744073709551615 4194304 4196468 140730791757280 140371213895664 140371672373890 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29754] ppid=29741 vsize=13980732 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/29743/task/29754/stat : 29754 (java) R 29741 29741 17093 0 -1 4202560 1236 0 0 0 30 0 0 0 20 0 15 0 64065339 14316269568 20502 18446744073709551615 4194304 4196468 140730791757280 140371212843120 140371672374678 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29755] ppid=29741 vsize=13980732 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/29743/task/29755/stat : 29755 (java) S 29741 29741 17093 0 -1 1077944384 1744 0 0 0 33 0 0 0 20 0 15 0 64065339 14316269568 20502 18446744073709551615 4194304 4196468 140730791757280 140371211790576 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29756] ppid=29741 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29756/stat : 29756 (java) S 29741 29741 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64065339 14316269568 20502 18446744073709551615 4194304 4196468 140730791757280 140371210738272 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29757] ppid=29741 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29757/stat : 29757 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64065343 14316269568 20502 18446744073709551615 4194304 4196468 140730791757280 140371209685808 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 83388 KiB

[startup+1.50085 s]
/proc/loadavg: 1.73 1.93 1.89 6/215 29757
/proc/meminfo: memFree=31296604/32770624 swapFree=67108860/67108860
[pid=29741] ppid=29738 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29741/stat : 29741 (xcsp3-exec) S 29738 29741 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64065327 9740288 345 18446744073709551615 4194304 5098028 140728502403344 140728502401448 140218424935036 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 34934784 140728502411646 140728502411850 140728502411850 140728502415339 0
/proc/29741/statm: 2378 345 289 221 0 87 0
[pid=29743] ppid=29741 vsize=13980732 memory=123528 CPUtime=4 cores=1,3,5,7
/proc/29743/stat : 29743 (java) S 29741 29741 17093 0 -1 1077944320 25485 0 0 0 392 8 0 0 20 0 15 0 64065334 14316269568 30882 18446744073709551615 4194304 4196468 140730791757280 140730791739824 140371672362743 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
/proc/29743/statm: 3495183 30882 3196 1 0 3483476 0
[pid=29743/tid=29744] ppid=29741 vsize=13980732 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/29743/task/29744/stat : 29744 (java) R 29741 29741 17093 0 -1 4202560 9537 0 0 0 133 4 0 0 20 0 15 0 64065334 14316269568 30882 18446744073709551615 4194304 4196468 140730791757280 140371676601176 140371298640196 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29745] ppid=29741 vsize=13980732 memory=2529 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29745/stat : 29745 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64065335 14316269568 30882 18446744073709551615 4194304 4196468 140730791757280 140371614308624 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29746] ppid=29741 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29746/stat : 29746 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64065335 14316269568 30882 18446744073709551615 4194304 4196468 140730791757280 140371613256080 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29747] ppid=29741 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29747/stat : 29747 (java) S 29741 29741 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64065335 14316269568 30882 18446744073709551615 4194304 4196468 140730791757280 140371612203536 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29748] ppid=29741 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

[pid=29743/tid=29749] ppid=29741 vsize=13980732 memory=248384 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29749/stat : 29749 (java) S 29741 29741 17093 0 -1 1077944384 1048 0 0 0 0 0 0 0 20 0 15 0 64065336 14316269568 62096 18446744073709551615 4194304 4196468 140730791757280 140371218106864 140371672373890 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29750] ppid=29741 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29750/stat : 29750 (java) S 29741 29741 17093 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 64065336 14316269568 62096 18446744073709551615 4194304 4196468 140730791757280 140371217053088 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29751] ppid=29741 vsize=13980732 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29751/stat : 29751 (java) S 29741 29741 17093 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 64065337 14316269568 62096 18446744073709551615 4194304 4196468 140730791757280 140371216000496 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29752] ppid=29741 vsize=13980732 memory=36212 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29752/stat : 29752 (java) S 29741 29741 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64065339 14316269568 62096 18446744073709551615 4194304 4196468 140730791757280 140371214949072 140371672381339 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29753] ppid=29741 vsize=13980732 memory=1380 CPUtime=4.4 cores=1,3,5,7
/proc/29743/task/29753/stat : 29753 (java) S 29741 29741 17093 0 -1 1077944384 19798 0 0 0 439 1 0 0 20 0 15 0 64065339 14316269568 62096 18446744073709551615 4194304 4196468 140730791757280 140371213895664 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29754] ppid=29741 vsize=13980732 memory=1380 CPUtime=4.65 cores=1,3,5,7
/proc/29743/task/29754/stat : 29754 (java) S 29741 29741 17093 0 -1 1077944384 20908 0 0 0 463 2 0 0 20 0 15 0 64065339 14316269568 62096 18446744073709551615 4194304 4196468 140730791757280 140371212843120 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29755] ppid=29741 vsize=13980732 memory=2160 CPUtime=0.81 cores=1,3,5,7
/proc/29743/task/29755/stat : 29755 (java) S 29741 29741 17093 0 -1 1077944384 7560 0 0 0 80 1 0 0 20 0 15 0 64065339 14316269568 62096 18446744073709551615 4194304 4196468 140730791757280 140371211790576 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29756] ppid=29741 vsize=13980732 memory=844 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29756/stat : 29756 (java) S 29741 29741 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64065339 14316269568 62096 18446744073709551615 4194304 4196468 140730791757280 140371210738272 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29757] ppid=29741 vsize=13980732 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/29743/task/29757/stat : 29757 (java) S 29741 29741 17093 0 -1 1077944384 286 0 0 0 1 1 0 0 20 0 15 0 64065343 14316269568 62096 18446744073709551615 4194304 4196468 140730791757280 140371209685808 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
Current children cumulated CPU time: 112.18 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 249764 KiB

[startup+162.301 s]
/proc/loadavg: 1.88 1.91 1.88 3/212 29922
/proc/meminfo: memFree=31121352/32770624 swapFree=67108860/67108860
[pid=29741] ppid=29738 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29741/stat : 29741 (xcsp3-exec) S 29738 29741 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64065327 9740288 345 18446744073709551615 4194304 5098028 140728502403344 140728502401448 140218424935036 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 34934784 140728502411646 140728502411850 140728502411850 140728502415339 0
/proc/29741/statm: 2378 345 289 221 0 87 0
[pid=29743] ppid=29741 vsize=13980732 memory=254760 CPUtime=172.22 cores=1,3,5,7
/proc/29743/stat : 29743 (java) S 29741 29741 17093 0 -1 1077944320 71507 0 0 0 17204 18 0 0 20 0 15 0 64065334 14316269568 63690 18446744073709551615 4194304 4196468 140730791757280 140730791739824 140371672362743 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
/proc/29743/statm: 3495183 63690 3241 1 0 3483476 0
[pid=29743/tid=29744] ppid=29741 vsize=13980732 memory=254760 CPUtime=162.11 cores=1,3,5,7
/proc/29743/task/29744/stat : 29744 (java) R 29741 29741 17093 0 -1 4202560 14156 0 0 0 16204 7 0 0 20 0 15 0 64065334 14316269568 63690 18446744073709551615 4194304 4196468 140730791757280 140371676601984 140371300288945 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29745] ppid=29741 vsize=13980732 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/29743/task/29745/stat : 29745 (java) S 29741 29741 17093 0 -1 1077944384 2494 0 0 0 2 0 0 0 20 0 15 0 64065335 14316269568 63690 18446744073709551615 4194304 4196468 140730791757280 140371614308624 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29746] ppid=29741 vsize=13980732 memory=254760 CPUtime=0.03 cores=1,3,5,7
/proc/29743/task/29746/stat : 29746 (java) S 29741 29741 17093 0 -1 1077944384 286 0 0 0 3 0 0 0 20 0 15 0 64065335 14316269568 63690 18446744073709551615 4194304 4196468 140730791757280 140371613256080 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29747] ppid=29741 vsize=13980732 memory=254760 CPUtime=0.02 cores=1,3,5,7
/proc/29743/task/29747/stat : 29747 (java) S 29741 29741 17093 0 -1 1077944384 1609 0 0 0 2 0 0 0 20 0 15 0 64065335 14316269568 63690 18446744073709551615 4194304 4196468 140730791757280 140371612203536 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29748] ppid=29741 vsize=13980732 memory=1380 CPUtime=0.03 cores=1,3,5,7
/proc/29743/task/29748/stat : 29748 (java) S 29741 29741 17093 0 -1 1077944384 1750 0 0 0 2 1 0 0 20 0 15 0 64065335 14316269568 63690 18446744073709551615 4194304 4196468 140730791757280 140371269524112 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29749] ppid=29741 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/29743/task/29749/stat : 29749 (java) S 29741 29741 17093 0 -1 1077944384 1266 0 0 0 1 0 0 0 20 0 15 0 64065336 14316269568 63690 18446744073709551615 4194304 4196468 140730791757280 140371218106864 140371672373890 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29750] ppid=29741 vsize=13980732 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29750/stat : 29750 (java) S 29741 29741 17093 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 64065336 14316269568 63690 18446744073709551615 4194304 4196468 140730791757280 140371217053088 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29751] ppid=29741 vsize=13980732 memory=36212 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29751/stat : 29751 (java) S 29741 29741 17093 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 64065337 14316269568 63690 18446744073709551615 4194304 4196468 140730791757280 140371216000496 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29752] ppid=29741 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29752/stat : 29752 (java) S 29741 29741 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64065339 14316269568 63690 18446744073709551615 4194304 4196468 140730791757280 140371214949072 140371672381339 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29753] ppid=29741 vsize=13980732 memory=0 CPUtime=4.4 cores=1,3,5,7
/proc/29743/task/29753/stat : 29753 (java) S 29741 29741 17093 0 -1 1077944384 19806 0 0 0 439 1 0 0 20 0 15 0 64065339 14316269568 63690 18446744073709551615 4194304 4196468 140730791757280 140371213895664 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29754] ppid=29741 vsize=13980732 memory=1000 CPUtime=4.65 cores=1,3,5,7
/proc/29743/task/29754/stat : 29754 (java) S 29741 29741 17093 0 -1 1077944384 20911 0 0 0 463 2 0 0 20 0 15 0 64065339 14316269568 63690 18446744073709551615 4194304 4196468 140730791757280 140371212843120 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29755] ppid=29741 vsize=13980732 memory=796 CPUtime=0.81 cores=1,3,5,7
/proc/29743/task/29755/stat : 29755 (java) S 29741 29741 17093 0 -1 1077944384 7563 0 0 0 80 1 0 0 20 0 15 0 64065339 14316269568 63690 18446744073709551615 4194304 4196468 140730791757280 140371211790576 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29756] ppid=29741 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29756/stat : 29756 (java) S 29741 29741 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64065339 14316269568 63690 18446744073709551615 4194304 4196468 140730791757280 140371210738272 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29757] ppid=29741 vsize=13980732 memory=254760 CPUtime=0.02 cores=1,3,5,7
/proc/29743/task/29757/stat : 29757 (java) S 29741 29741 17093 0 -1 1077944384 317 0 0 0 1 1 0 0 20 0 15 0 64065343 14316269568 63690 18446744073709551615 4194304 4196468 140730791757280 140371209685808 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
Current children cumulated CPU time: 172.22 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 256140 KiB

[startup+222.301 s]
/proc/loadavg: 1.90 1.91 1.88 3/212 29924
/proc/meminfo: memFree=31121900/32770624 swapFree=67108860/67108860
[pid=29741] ppid=29738 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29741/stat : 29741 (xcsp3-exec) S 29738 29741 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64065327 9740288 345 18446744073709551615 4194304 5098028 140728502403344 140728502401448 140218424935036 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 34934784 140728502411646 140728502411850 140728502411850 140728502415339 0
/proc/29741/statm: 2378 345 289 221 0 87 0
[pid=29743] ppid=29741 vsize=13980732 memory=269644 CPUtime=232.42 cores=1,3,5,7
/proc/29743/stat : 29743 (java) S 29741 29741 17093 0 -1 1077944320 72974 0 0 0 23220 22 0 0 20 0 15 0 64065334 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140730791739824 140371672362743 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
/proc/29743/statm: 3495183 67411 3241 1 0 3483476 0
[pid=29743/tid=29744] ppid=29741 vsize=13980732 memory=269644 CPUtime=222.08 cores=1,3,5,7
/proc/29743/task/29744/stat : 29744 (java) R 29741 29741 17093 0 -1 4202560 14588 0 0 0 22201 7 0 0 20 0 15 0 64065334 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371676602096 140371300288843 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29745] ppid=29741 vsize=13980732 memory=1380 CPUtime=0.05 cores=1,3,5,7
/proc/29743/task/29745/stat : 29745 (java) S 29741 29741 17093 0 -1 1077944384 2731 0 0 0 4 1 0 0 20 0 15 0 64065335 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371614308624 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29746] ppid=29741 vsize=13980732 memory=1380 CPUtime=0.05 cores=1,3,5,7
/proc/29743/task/29746/stat : 29746 (java) S 29741 29741 17093 0 -1 1077944384 477 0 0 0 4 1 0 0 20 0 15 0 64065335 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371613256080 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29747] ppid=29741 vsize=13980732 memory=260944 CPUtime=0.05 cores=1,3,5,7
/proc/29743/task/29747/stat : 29747 (java) S 29741 29741 17093 0 -1 1077944384 1718 0 0 0 4 1 0 0 20 0 15 0 64065335 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371612203536 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29748] ppid=29741 vsize=13980732 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/29743/task/29748/stat : 29748 (java) S 29741 29741 17093 0 -1 1077944384 1824 0 0 0 3 1 0 0 20 0 15 0 64065335 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371269524112 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29749] ppid=29741 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/29743/task/29749/stat : 29749 (java) S 29741 29741 17093 0 -1 1077944384 1409 0 0 0 1 0 0 0 20 0 15 0 64065336 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371218106864 140371672373890 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29750] ppid=29741 vsize=13980732 memory=260944 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29750/stat : 29750 (java) S 29741 29741 17093 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 64065336 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371217053088 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29751] ppid=29741 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29751/stat : 29751 (java) S 29741 29741 17093 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 64065337 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371216000496 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29752] ppid=29741 vsize=13980732 memory=260944 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29752/stat : 29752 (java) S 29741 29741 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64065339 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371214949072 140371672381339 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29753] ppid=29741 vsize=13980732 memory=1380 CPUtime=4.49 cores=1,3,5,7
/proc/29743/task/29753/stat : 29753 (java) S 29741 29741 17093 0 -1 1077944384 19964 0 0 0 448 1 0 0 20 0 15 0 64065339 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371213895664 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29754] ppid=29741 vsize=13980732 memory=260944 CPUtime=4.69 cores=1,3,5,7
/proc/29743/task/29754/stat : 29754 (java) S 29741 29741 17093 0 -1 1077944384 20944 0 0 0 467 2 0 0 20 0 15 0 64065339 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371212843120 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29755] ppid=29741 vsize=13980732 memory=36212 CPUtime=0.81 cores=1,3,5,7
/proc/29743/task/29755/stat : 29755 (java) S 29741 29741 17093 0 -1 1077944384 7647 0 0 0 80 1 0 0 20 0 15 0 64065339 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371211790576 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29756] ppid=29741 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29756/stat : 29756 (java) S 29741 29741 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64065339 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371210738272 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29757] ppid=29741 vsize=13980732 memory=4028 CPUtime=0.04 cores=1,3,5,7
/proc/29743/task/29757/stat : 29757 (java) S 29741 29741 17093 0 -1 1077944384 323 0 0 0 2 2 0 0 20 0 15 0 64065343 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371209685808 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
Current children cumulated CPU time: 232.42 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 271024 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.79 1.88 1.87 3/211 29925
/proc/meminfo: memFree=31126820/32770624 swapFree=67108860/67108860
[pid=29741] ppid=29738 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29741/stat : 29741 (xcsp3-exec) S 29738 29741 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64065327 9740288 345 18446744073709551615 4194304 5098028 140728502403344 140728502401448 140218424935036 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 34934784 140728502411646 140728502411850 140728502411850 140728502415339 0
/proc/29741/statm: 2378 345 289 221 0 87 0
[pid=29743] ppid=29741 vsize=13980732 memory=269644 CPUtime=250.13 cores=1,3,5,7
/proc/29743/stat : 29743 (java) S 29741 29741 17093 0 -1 1077944320 73094 0 0 0 24991 22 0 0 20 0 15 0 64065334 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140730791739824 140371672362743 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
/proc/29743/statm: 3495183 67411 3241 1 0 3483476 0
[pid=29743/tid=29744] ppid=29741 vsize=13980732 memory=640 CPUtime=239.79 cores=1,3,5,7
/proc/29743/task/29744/stat : 29744 (java) R 29741 29741 17093 0 -1 4202560 14690 0 0 0 23972 7 0 0 20 0 15 0 64065334 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371676601984 140371300288819 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29745] ppid=29741 vsize=13980732 memory=4872558044660077418 CPUtime=0.05 cores=1,3,5,7
/proc/29743/task/29745/stat : 29745 (java) S 29741 29741 17093 0 -1 1077944384 2731 0 0 0 4 1 0 0 20 0 15 0 64065335 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371614308624 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29746] ppid=29741 vsize=13980732 memory=269644 CPUtime=0.05 cores=1,3,5,7
/proc/29743/task/29746/stat : 29746 (java) S 29741 29741 17093 0 -1 1077944384 477 0 0 0 4 1 0 0 20 0 15 0 64065335 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371613256080 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29747] ppid=29741 vsize=13980732 memory=36216 CPUtime=0.05 cores=1,3,5,7
/proc/29743/task/29747/stat : 29747 (java) S 29741 29741 17093 0 -1 1077944384 1718 0 0 0 4 1 0 0 20 0 15 0 64065335 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371612203536 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29748] ppid=29741 vsize=13980732 memory=1296 CPUtime=0.04 cores=1,3,5,7
/proc/29743/task/29748/stat : 29748 (java) S 29741 29741 17093 0 -1 1077944384 1824 0 0 0 3 1 0 0 20 0 15 0 64065335 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371269524112 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29749] ppid=29741 vsize=13980732 memory=2420 CPUtime=0.01 cores=1,3,5,7
/proc/29743/task/29749/stat : 29749 (java) S 29741 29741 17093 0 -1 1077944384 1409 0 0 0 1 0 0 0 20 0 15 0 64065336 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371218106864 140371672373890 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29750] ppid=29741 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29750/stat : 29750 (java) S 29741 29741 17093 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 64065336 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371217053088 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29751] ppid=29741 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29751/stat : 29751 (java) S 29741 29741 17093 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 64065337 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371216000496 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29752] ppid=29741 vsize=13980732 memory=269644 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29752/stat : 29752 (java) S 29741 29741 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64065339 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371214949072 140371672381339 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29753] ppid=29741 vsize=13980732 memory=1732 CPUtime=4.49 cores=1,3,5,7
/proc/29743/task/29753/stat : 29753 (java) S 29741 29741 17093 0 -1 1077944384 19964 0 0 0 448 1 0 0 20 0 15 0 64065339 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371213895664 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29754] ppid=29741 vsize=13980732 memory=269644 CPUtime=4.69 cores=1,3,5,7
/proc/29743/task/29754/stat : 29754 (java) S 29741 29741 17093 0 -1 1077944384 20945 0 0 0 467 2 0 0 20 0 15 0 64065339 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371212843120 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29755] ppid=29741 vsize=13980732 memory=4028 CPUtime=0.81 cores=1,3,5,7
/proc/29743/task/29755/stat : 29755 (java) S 29741 29741 17093 0 -1 1077944384 7647 0 0 0 80 1 0 0 20 0 15 0 64065339 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371211790576 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29756] ppid=29741 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29743/task/29756/stat : 29756 (java) S 29741 29741 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64065339 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371210738272 140371672372949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
[pid=29743/tid=29757] ppid=29741 vsize=13980732 memory=269644 CPUtime=0.04 cores=1,3,5,7
/proc/29743/task/29757/stat : 29757 (java) S 29741 29741 17093 0 -1 1077944384 340 0 0 0 2 2 0 0 20 0 15 0 64065343 14316269568 67411 18446744073709551615 4194304 4196468 140730791757280 140371209685808 140371672373890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 16502784 140730791760311 140730791760486 140730791760486 140730791763919 0
Current children cumulated CPU time: 250.13 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 271024 KiB

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

[startup+240.019 s]
# the end of solver process 29741 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.927 s, system=0.223121 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 240.019
CPU time (s): 250.15
CPU user time (s): 249.927
CPU system time (s): 0.223121
CPU usage (%): 104.221
Max. virtual memory (cumulated for all children) (KiB): 13992592
Max. memory (cumulated for all children) (KiB): 271024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.927
system time used= 0.223121
maximum resident set size= 271184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73865
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8333
involuntary context switches= 238


# summary of solver processes directly reported to runsolver:
#   pid: 29741
#   total CPU time (s): 250.15
#   total CPU user time (s): 249.927
#   total CPU system time (s): 0.223121

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.19853 second user time and 2.30194 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 11:51:12
IDJOB=4270398
IDBENCH=115837
IDSOLVER=2661
FILE ID=node127/4270398-1502618720
RUNJOBID= node127-1502615937-28321
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-20-20-8.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-4270398-1502618720/watcher-4270398-1502618720 -o /tmp/evaluation-result-4270398-1502618720/solver-4270398-1502618720 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502615937-28321 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1601065200 HOME/instance-4270398-1502618720.xml

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

MD5SUM BENCH= 9893704bf12390d346d425cfade6032e
RANDOM SEED=1601065200

node127.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.92
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.92
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.92
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.92
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:        31384524 kB
MemAvailable:   31803608 kB
Buffers:          188752 kB
Cached:           526380 kB
SwapCached:            0 kB
Active:           770124 kB
Inactive:         189384 kB
Active(anon):     193516 kB
Inactive(anon):    83916 kB
Active(file):     576608 kB
Inactive(file):   105468 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7852 kB
Writeback:             8 kB
AnonPages:        243664 kB
Mapped:            59832 kB
Shmem:             33444 kB
Slab:             131172 kB
SReclaimable:     105684 kB
SUnreclaim:        25488 kB
KernelStack:        3504 kB
PageTables:         6036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1201468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-13 11:55:12