Trace number 4282690

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-18)? (TO) 2520.0701 2508.9099

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-9.xml
MD5SUM167976addb93ebd5943ef7570ccdd100
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 size15
Maximum domain size1384
Distribution of domain sizes[{"size":15,"count":40},{"size":17,"count":40},{"size":18,"count":140},{"size":19,"count":180},{"size":20,"count":400},{"size":1384,"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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282690-1503101675.xml"  -tl '2520s' -p 1 -x 0
0.13/0.34	c [HOME/instance-4282690-1503101675.xml, -tl, 2520s, -p, 1, -x, 0]
0.13/0.41	c simple solver
0.33/0.47	c parse instance...
1.80/0.96	c solve instance...
2520.05/2508.90	s UNKNOWN
2520.05/2508.90	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 (14970 MiB free)
  memory of node 1: 16384 MiB (15218 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282690-1503101675/watcher-4282690-1503101675 -o /tmp/evaluation-result-4282690-1503101675/solver-4282690-1503101675 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28950 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 430952994 HOME/instance-4282690-1503101675.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=29557, runsolver pid=29554
Current StackSize limit: 8192 KiB


[startup+0.101514 s]*
/proc/loadavg: 1.72 1.85 1.86 3/202 29560
/proc/meminfo: memFree=30912456/32770624 swapFree=67108860/67108860
[pid=29557] ppid=29554 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29557/stat : 29557 (xcsp3-exec) S 29554 29557 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112360608 9740288 344 18446744073709551615 4194304 5098028 140733190417856 140733190415960 140593985135228 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 15568896 140733190418809 140733190419013 140733190419013 140733190422507 0
/proc/29557/statm: 2378 344 289 221 0 87 0
[pid=29559] ppid=29557 vsize=13356504 memory=11204 CPUtime=0 cores=0,2,4,6
/proc/29559/stat : 29559 (java) S 29557 29557 28892 0 -1 1077944320 2577 0 0 0 0 0 0 0 20 0 6 0 112360618 13677060096 2801 18446744073709551615 4194304 4196468 140731522473616 140731522456160 139931911040759 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
/proc/29559/statm: 3339126 2801 1308 1 0 3329096 0
[pid=29559/tid=29560] ppid=29557 vsize=13358712 memory=-6871798056524144002 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29560/stat : 29560 (java) R 29557 29557 28892 0 -1 4202560 1377 0 0 0 0 0 0 0 20 0 6 0 112360618 13679321088 2866 18446744073709551615 4194304 4196468 140731522473616 139931915276880 139931872021458 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29561] ppid=29557 vsize=13358712 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29561/stat : 29561 (java) S 29557 29557 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112360619 13679321088 2866 18446744073709551615 4194304 4196468 140731522473616 139931852986640 139931911050965 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29562] ppid=29557 vsize=13358712 memory=139781092255360 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29562/stat : 29562 (java) S 29557 29557 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112360619 13679321088 2866 18446744073709551615 4194304 4196468 140731522473616 139931851934096 139931911050965 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29563] ppid=29557 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29563/stat : 29563 (java) S 29557 29557 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 112360619 13679321088 2866 18446744073709551615 4194304 4196468 140731522473616 139931850881552 139931911050965 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29564] ppid=29557 vsize=13358712 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29564/stat : 29564 (java) S 29557 29557 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112360619 13679321088 2866 18446744073709551615 4194304 4196468 140731522473616 139931849829008 139931911050965 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 12580 KiB

[startup+0.210249 s]*
/proc/loadavg: 1.72 1.85 1.86 2/214 29572
/proc/meminfo: memFree=30902724/32770624 swapFree=67108860/67108860
[pid=29557] ppid=29554 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29557/stat : 29557 (xcsp3-exec) S 29554 29557 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112360608 9740288 344 18446744073709551615 4194304 5098028 140733190417856 140733190415960 140593985135228 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 15568896 140733190418809 140733190419013 140733190419013 140733190422507 0
/proc/29557/statm: 2378 344 289 221 0 87 0
[pid=29559] ppid=29557 vsize=13907304 memory=21664 CPUtime=0.05 cores=0,2,4,6
/proc/29559/stat : 29559 (java) S 29557 29557 28892 0 -1 1077944320 4804 0 0 0 4 1 0 0 20 0 14 0 112360618 14241079296 5416 18446744073709551615 4194304 4196468 140731522473616 140731522456160 139931911040759 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
/proc/29559/statm: 3476826 5416 2574 1 0 3466323 0
[pid=29559/tid=29560] ppid=29557 vsize=13907304 memory=8390339637985935414 CPUtime=0.04 cores=0,2,4,6
/proc/29559/task/29560/stat : 29560 (java) D 29557 29557 28892 0 -1 4202560 2979 0 0 0 4 0 0 0 20 0 14 0 112360618 14241079296 5416 18446744073709551615 4194304 4196468 140731522473616 139931915278240 139931911062781 0 4 1 16800974 18446744071580418449 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29561] ppid=29557 vsize=13907304 memory=288230604708001210 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29561/stat : 29561 (java) S 29557 29557 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112360619 14241079296 5416 18446744073709551615 4194304 4196468 140731522473616 139931852986640 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29562] ppid=29557 vsize=13907304 memory=3688927866358965920 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29562/stat : 29562 (java) S 29557 29557 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112360619 14241079296 5416 18446744073709551615 4194304 4196468 140731522473616 139931851934096 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29563] ppid=29557 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29563/stat : 29563 (java) S 29557 29557 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 112360619 14241079296 5416 18446744073709551615 4194304 4196468 140731522473616 139931850881552 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29564] ppid=29557 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29564/stat : 29564 (java) S 29557 29557 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112360619 14241079296 5416 18446744073709551615 4194304 4196468 140731522473616 139931849829008 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29565] ppid=29557 vsize=13907304 memory=139781092255360 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29565/stat : 29565 (java) S 29557 29557 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 112360620 14241079296 5416 18446744073709551615 4194304 4196468 140731522473616 139931456494064 139931911051906 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29566] ppid=29557 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29566/stat : 29566 (java) S 29557 29557 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 112360621 14241079296 5416 18446744073709551615 4194304 4196468 140731522473616 139931455440288 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29567] ppid=29557 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29567/stat : 29567 (java) S 29557 29557 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 112360621 14241079296 5416 18446744073709551615 4194304 4196468 140731522473616 139931454387696 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29568] ppid=29557 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29568/stat : 29568 (java) S 29557 29557 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112360623 14241079296 5416 18446744073709551615 4194304 4196468 140731522473616 139931453336272 139931911059355 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29569] ppid=29557 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29569/stat : 29569 (java) S 29557 29557 28892 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 14 0 112360623 14241079296 5416 18446744073709551615 4194304 4196468 140731522473616 139931452282864 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29570] ppid=29557 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29570/stat : 29570 (java) S 29557 29557 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112360623 14241079296 5416 18446744073709551615 4194304 4196468 140731522473616 139931451230320 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29571] ppid=29557 vsize=13907304 memory=139781092255360 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29571/stat : 29571 (java) S 29557 29557 28892 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 14 0 112360623 14241079296 5416 18446744073709551615 4194304 4196468 140731522473616 139931450177776 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29572] ppid=29557 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29572/stat : 29572 (java) S 29557 29557 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112360624 14241079296 5416 18446744073709551615 4194304 4196468 140731522473616 139931449125472 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23040 KiB

[startup+0.310184 s]*
/proc/loadavg: 1.72 1.85 1.86 3/215 29573
/proc/meminfo: memFree=30897744/32770624 swapFree=67108860/67108860
[pid=29557] ppid=29554 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29557/stat : 29557 (xcsp3-exec) S 29554 29557 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112360608 9740288 344 18446744073709551615 4194304 5098028 140733190417856 140733190415960 140593985135228 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 15568896 140733190418809 140733190419013 140733190419013 140733190422507 0
/proc/29557/statm: 2378 344 289 221 0 87 0
[pid=29559] ppid=29557 vsize=13974352 memory=28444 CPUtime=0.13 cores=0,2,4,6
/proc/29559/stat : 29559 (java) S 29557 29557 28892 0 -1 1077944320 5489 0 0 0 12 1 0 0 20 0 15 0 112360618 14309736448 7111 18446744073709551615 4194304 4196468 140731522473616 140731522456160 139931911040759 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
/proc/29559/statm: 3493588 7111 2911 1 0 3482964 0
[pid=29559/tid=29560] ppid=29557 vsize=13974352 memory=8390339637985935414 CPUtime=0.1 cores=0,2,4,6
/proc/29559/task/29560/stat : 29560 (java) R 29557 29557 28892 0 -1 4202560 3403 0 0 0 9 1 0 0 20 0 15 0 112360618 14309736448 7111 18446744073709551615 4194304 4196468 140731522473616 139931915271136 139931892891274 0 4 1 16800974 0 0 0 -1 0 0 0 10 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29561] ppid=29557 vsize=13974352 memory=301741403590112698 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29561/stat : 29561 (java) S 29557 29557 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112360619 14309736448 7111 18446744073709551615 4194304 4196468 140731522473616 139931852986640 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29562] ppid=29557 vsize=13974352 memory=3688927866358965920 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29562/stat : 29562 (java) S 29557 29557 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112360619 14309736448 7111 18446744073709551615 4194304 4196468 140731522473616 139931851934096 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29563] ppid=29557 vsize=13974352 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29563/stat : 29563 (java) S 29557 29557 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112360619 14309736448 7111 18446744073709551615 4194304 4196468 140731522473616 139931850881552 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29564] ppid=29557 vsize=13974352 memory=3472328279047811119 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29564/stat : 29564 (java) S 29557 29557 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112360619 14309736448 7111 18446744073709551615 4194304 4196468 140731522473616 139931849829008 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29565] ppid=29557 vsize=13974352 memory=3617150643508273395 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29565/stat : 29565 (java) S 29557 29557 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112360620 14309736448 7111 18446744073709551615 4194304 4196468 140731522473616 139931456494064 139931911051906 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29566] ppid=29557 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29566/stat : 29566 (java) S 29557 29557 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112360621 14309736448 7111 18446744073709551615 4194304 4196468 140731522473616 139931455440288 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29567] ppid=29557 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29567/stat : 29567 (java) S 29557 29557 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112360621 14309736448 7111 18446744073709551615 4194304 4196468 140731522473616 139931454387696 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29568] ppid=29557 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29568/stat : 29568 (java) S 29557 29557 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112360623 14309736448 7111 18446744073709551615 4194304 4196468 140731522473616 139931453336272 139931911059355 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29569] ppid=29557 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29569/stat : 29569 (java) R 29557 29557 28892 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 112360623 14309736448 7111 18446744073709551615 4194304 4196468 140731522473616 139931452282864 139931911051906 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29570] ppid=29557 vsize=13974352 memory=3472328279047811119 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29570/stat : 29570 (java) R 29557 29557 28892 0 -1 4202560 147 0 0 0 0 0 0 0 20 0 15 0 112360623 14309736448 7111 18446744073709551615 4194304 4196468 140731522473616 139931451230320 139931894476497 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29571] ppid=29557 vsize=13974352 memory=139781092255360 CPUtime=0.02 cores=0,2,4,6
/proc/29559/task/29571/stat : 29571 (java) R 29557 29557 28892 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 112360623 14309736448 7111 18446744073709551615 4194304 4196468 140731522473616 139931450177776 139931911052694 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29572] ppid=29557 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29572/stat : 29572 (java) S 29557 29557 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112360624 14309736448 7111 18446744073709551615 4194304 4196468 140731522473616 139931449125472 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29573] ppid=29557 vsize=13974352 memory=139781092255360 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29573/stat : 29573 (java) S 29557 29557 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112360635 14309736448 7111 18446744073709551615 4194304 4196468 140731522473616 139931448073008 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29820 KiB

[startup+0.700879 s]
/proc/loadavg: 1.72 1.85 1.86 4/215 29573
/proc/meminfo: memFree=30879536/32770624 swapFree=67108860/67108860
[pid=29557] ppid=29554 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29557/stat : 29557 (xcsp3-exec) S 29554 29557 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112360608 9740288 344 18446744073709551615 4194304 5098028 140733190417856 140733190415960 140593985135228 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 15568896 140733190418809 140733190419013 140733190419013 140733190422507 0
/proc/29557/statm: 2378 344 289 221 0 87 0
[pid=29559] ppid=29557 vsize=13978684 memory=71652 CPUtime=1.1 cores=0,2,4,6
/proc/29559/stat : 29559 (java) S 29557 29557 28892 0 -1 1077944320 13100 0 0 0 105 5 0 0 20 0 15 0 112360618 14314172416 17913 18446744073709551615 4194304 4196468 140731522473616 140731522456160 139931911040759 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
/proc/29559/statm: 3494671 17913 3148 1 0 3482964 0
[pid=29559/tid=29560] ppid=29557 vsize=13978684 memory=2479471199745 CPUtime=0.48 cores=0,2,4,6
/proc/29559/task/29560/stat : 29560 (java) R 29557 29557 28892 0 -1 4202560 7878 0 0 0 44 4 0 0 20 0 15 0 112360618 14314172416 17913 18446744073709551615 4194304 4196468 140731522473616 139931915277824 139931895084389 0 4 1 16800974 0 0 0 -1 2 0 0 10 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29561] ppid=29557 vsize=13978684 memory=2483766167041 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29561/stat : 29561 (java) S 29557 29557 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112360619 14314172416 17913 18446744073709551615 4194304 4196468 140731522473616 139931852986640 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29562] ppid=29557 vsize=13978684 memory=2492356101633 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29562/stat : 29562 (java) S 29557 29557 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112360619 14314172416 17913 18446744073709551615 4194304 4196468 140731522473616 139931851934096 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29563] ppid=29557 vsize=13978684 memory=47300 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29563/stat : 29563 (java) S 29557 29557 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112360619 14314172416 17913 18446744073709551615 4194304 4196468 140731522473616 139931850881552 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29564] ppid=29557 vsize=13978684 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29564/stat : 29564 (java) S 29557 29557 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112360619 14314172416 17913 18446744073709551615 4194304 4196468 140731522473616 139931849829008 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29565] ppid=29557 vsize=13978684 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29565/stat : 29565 (java) S 29557 29557 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 112360620 14314172416 17913 18446744073709551615 4194304 4196468 140731522473616 139931456494064 139931911051906 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29566] ppid=29557 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29566/stat : 29566 (java) S 29557 29557 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112360621 14314172416 17913 18446744073709551615 4194304 4196468 140731522473616 139931455440288 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29567] ppid=29557 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29567/stat : 29567 (java) S 29557 29557 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112360621 14314172416 17913 18446744073709551615 4194304 4196468 140731522473616 139931454387696 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29568] ppid=29557 vsize=13978684 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29568/stat : 29568 (java) S 29557 29557 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112360623 14314172416 17913 18446744073709551615 4194304 4196468 140731522473616 139931453336272 139931911059355 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29569] ppid=29557 vsize=13978684 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/29559/task/29569/stat : 29569 (java) R 29557 29557 28892 0 -1 4202560 1639 0 0 0 18 0 0 0 20 0 15 0 112360623 14314172416 17913 18446744073709551615 4194304 4196468 140731522473616 139931452269088 139931895965729 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29570] ppid=29557 vsize=13978684 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/29559/task/29570/stat : 29570 (java) R 29557 29557 28892 0 -1 4202560 654 0 0 0 14 0 0 0 20 0 15 0 112360623 14314172416 17913 18446744073709551615 4194304 4196468 140731522473616 139931451218192 139931890279280 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29571] ppid=29557 vsize=13978684 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/29559/task/29571/stat : 29571 (java) S 29557 29557 28892 0 -1 1077944384 1624 0 0 0 27 0 0 0 20 0 15 0 112360623 14314172416 17913 18446744073709551615 4194304 4196468 140731522473616 139931450177776 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29572] ppid=29557 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29572/stat : 29572 (java) S 29557 29557 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112360624 14314172416 17913 18446744073709551615 4194304 4196468 140731522473616 139931449125472 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29573] ppid=29557 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29573/stat : 29573 (java) S 29557 29557 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112360635 14314172416 17913 18446744073709551615 4194304 4196468 140731522473616 139931448073008 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 73028 KiB

[startup+1.5008 s]
/proc/loadavg: 1.72 1.85 1.86 5/215 29573
/proc/meminfo: memFree=30830456/32770624 swapFree=67108860/67108860
[pid=29557] ppid=29554 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29557/stat : 29557 (xcsp3-exec) S 29554 29557 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112360608 9740288 344 18446744073709551615 4194304 5098028 140733190417856 140733190415960 140593985135228 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 15568896 140733190418809 140733190419013 140733190419013 140733190422507 0
/proc/29557/statm: 2378 344 289 221 0 87 0
[pid=29559] ppid=29557 vsize=13980732 memory=109804 CPUtime=3.65 cores=0,2,4,6
/proc/29559/stat : 29559 (java) S 29557 29557 28892 0 -1 1077944320 22883 0 0 0 358 7 0 0 20 0 15 0 112360618 14316269568 27451 18446744073709551615 4194304 4196468 140731522473616 140731522456160 139931911040759 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
/proc/29559/statm: 3495183 27451 3196 1 0 3483476 0
[pid=29559/tid=29560] ppid=29557 vsize=13980732 memory=0 CPUtime=1.26 cores=0,2,4,6
/proc/29559/task/29560/stat : 29560 (java) R 29557 29557 28892 0 -1 4202560 9995 0 0 0 122 4 0 0 20 0 15 0 112360618 14316269568 27451 18446744073709551615 4194304 4196468 140731522473616 139931915276384 139931534314918 0 4 1 16800974 0 0 0 -1 2 0 0 10 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29561] ppid=29557 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29561/stat : 29561 (java) S 29557 29557 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112360619 14316269568 27451 18446744073709551615 4194304 4196468 140731522473616 139931852986640 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29562] ppid=29557 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29562/stat : 29562 (java) S 29557 29557 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112360619 14316269568 27451 18446744073709551615 4194304 4196468 140731522473616 139931851934096 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29563] ppid=29557 vsize=13980732 memory=60536 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29563/stat : 29563 (java) S 29557 29557 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112360619 14316269568 27451 18446744073709551615 4194304 4196468 140731522473616 139931850881552 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29564] ppid=29557 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29564/stat : 29564 (java) S 29557 29557 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112360619 14316269568 27451 18446744073709551615 4194304 4196468 140731522473616 139931849829008 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29565] ppid=29557 vsize=13980732 memory=2420 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29565/stat : 29565 (java) S 29557 29557 28892 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 112360620 14316269568 27451 18446744073709551615 4194304 4196468 140731522473616 139931456494064 139931911051906 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29566] ppid=29557 vsize=13980732 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29566/stat : 29566 (java) S 29557 29557 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112360621 14316269568 27451 18446744073709551615 4194304 4196468 140731522473616 139931455440288 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29567] ppid=29557 vsize=13980732 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29567/stat : 29567 (java) S 29557 29557 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112360621 14316269568 27451 18446744073709551615 4194304 4196468 140731522473616 139931454387696 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29568] ppid=29557 vsize=13980732 memory=4612 CPUtime=0 cores=0,2,4,6

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

[pid=29559/tid=29565] ppid=29557 vsize=13980732 memory=1376 CPUtime=0.12 cores=0,2,4,6
/proc/29559/task/29565/stat : 29565 (java) S 29557 29557 28892 0 -1 1077944384 4174 0 0 0 10 2 0 0 20 0 15 0 112360620 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931456494064 139931911051906 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29566] ppid=29557 vsize=13980732 memory=165532 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29566/stat : 29566 (java) S 29557 29557 28892 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 112360621 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931455440288 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29567] ppid=29557 vsize=13980732 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29567/stat : 29567 (java) S 29557 29557 28892 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 112360621 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931454387696 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29568] ppid=29557 vsize=13980732 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29568/stat : 29568 (java) S 29557 29557 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112360623 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931453336272 139931911059355 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29569] ppid=29557 vsize=13980732 memory=960 CPUtime=5.1 cores=0,2,4,6
/proc/29559/task/29569/stat : 29569 (java) S 29557 29557 28892 0 -1 1077944384 20470 0 0 0 508 2 0 0 20 0 15 0 112360623 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931452282864 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29570] ppid=29557 vsize=13980732 memory=1232 CPUtime=4.58 cores=0,2,4,6
/proc/29559/task/29570/stat : 29570 (java) S 29557 29557 28892 0 -1 1077944384 20493 0 0 0 456 2 0 0 20 0 15 0 112360623 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931451230320 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29571] ppid=29557 vsize=13980732 memory=1376 CPUtime=0.83 cores=0,2,4,6
/proc/29559/task/29571/stat : 29571 (java) S 29557 29557 28892 0 -1 1077944384 8922 0 0 0 81 2 0 0 20 0 15 0 112360623 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931450177776 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29572] ppid=29557 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29572/stat : 29572 (java) S 29557 29557 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112360624 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931449125472 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29573] ppid=29557 vsize=13980732 memory=4028 CPUtime=0.76 cores=0,2,4,6
/proc/29559/task/29573/stat : 29573 (java) S 29557 29557 28892 0 -1 1077944384 1235 0 0 0 37 39 0 0 20 0 15 0 112360635 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931448073008 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
Current children cumulated CPU time: 2453.43 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 166908 KiB

[startup+2502.3 s]
/proc/loadavg: 1.93 1.91 1.90 3/212 29814
/proc/meminfo: memFree=30783128/32770624 swapFree=67108860/67108860
[pid=29557] ppid=29554 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29557/stat : 29557 (xcsp3-exec) S 29554 29557 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112360608 9740288 344 18446744073709551615 4194304 5098028 140733190417856 140733190415960 140593985135228 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 15568896 140733190418809 140733190419013 140733190419013 140733190422507 0
/proc/29557/statm: 2378 344 289 221 0 87 0
[pid=29559] ppid=29557 vsize=13980732 memory=165532 CPUtime=2513.45 cores=0,2,4,6
/proc/29559/stat : 29559 (java) S 29557 29557 28892 0 -1 1077944320 90035 0 0 0 251300 45 0 0 20 0 15 0 112360618 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 140731522456160 139931911040759 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
/proc/29559/statm: 3495183 41383 3242 1 0 3483476 0
[pid=29559/tid=29560] ppid=29557 vsize=13980732 memory=165532 CPUtime=2501.51 cores=0,2,4,6
/proc/29559/task/29560/stat : 29560 (java) R 29557 29557 28892 0 -1 4202560 22220 0 0 0 250142 9 0 0 20 0 15 0 112360618 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931915279984 139931538445617 0 4 1 16800974 0 0 0 -1 2 0 0 10 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29561] ppid=29557 vsize=13980732 memory=1376 CPUtime=0.1 cores=0,2,4,6
/proc/29559/task/29561/stat : 29561 (java) S 29557 29557 28892 0 -1 1077944384 3283 0 0 0 9 1 0 0 20 0 15 0 112360619 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931852986640 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29562] ppid=29557 vsize=13980732 memory=165532 CPUtime=0.1 cores=0,2,4,6
/proc/29559/task/29562/stat : 29562 (java) S 29557 29557 28892 0 -1 1077944384 1719 0 0 0 8 2 0 0 20 0 15 0 112360619 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931851934096 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29563] ppid=29557 vsize=13980732 memory=165532 CPUtime=0.11 cores=0,2,4,6
/proc/29559/task/29563/stat : 29563 (java) S 29557 29557 28892 0 -1 1077944384 3958 0 0 0 10 1 0 0 20 0 15 0 112360619 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931850881552 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29564] ppid=29557 vsize=13980732 memory=1376 CPUtime=0.11 cores=0,2,4,6
/proc/29559/task/29564/stat : 29564 (java) S 29557 29557 28892 0 -1 1077944384 2005 0 0 0 10 1 0 0 20 0 15 0 112360619 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931849829008 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29565] ppid=29557 vsize=13980732 memory=1376 CPUtime=0.13 cores=0,2,4,6
/proc/29559/task/29565/stat : 29565 (java) S 29557 29557 28892 0 -1 1077944384 4345 0 0 0 10 3 0 0 20 0 15 0 112360620 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931456494064 139931911051906 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29566] ppid=29557 vsize=13980732 memory=60656 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29566/stat : 29566 (java) S 29557 29557 28892 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 112360621 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931455440288 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29567] ppid=29557 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29567/stat : 29567 (java) S 29557 29557 28892 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 112360621 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931454387696 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29568] ppid=29557 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29568/stat : 29568 (java) S 29557 29557 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112360623 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931453336272 139931911059355 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29569] ppid=29557 vsize=13980732 memory=165532 CPUtime=5.1 cores=0,2,4,6
/proc/29559/task/29569/stat : 29569 (java) S 29557 29557 28892 0 -1 1077944384 20473 0 0 0 508 2 0 0 20 0 15 0 112360623 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931452282864 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29570] ppid=29557 vsize=13980732 memory=1376 CPUtime=4.58 cores=0,2,4,6
/proc/29559/task/29570/stat : 29570 (java) S 29557 29557 28892 0 -1 1077944384 20495 0 0 0 456 2 0 0 20 0 15 0 112360623 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931451230320 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29571] ppid=29557 vsize=13980732 memory=165532 CPUtime=0.83 cores=0,2,4,6
/proc/29559/task/29571/stat : 29571 (java) S 29557 29557 28892 0 -1 1077944384 8924 0 0 0 81 2 0 0 20 0 15 0 112360623 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931450177776 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29572] ppid=29557 vsize=13980732 memory=1579 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29572/stat : 29572 (java) S 29557 29557 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112360624 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931449125472 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29573] ppid=29557 vsize=13980732 memory=906 CPUtime=0.78 cores=0,2,4,6
/proc/29559/task/29573/stat : 29573 (java) S 29557 29557 28892 0 -1 1077944384 1258 0 0 0 37 41 0 0 20 0 15 0 112360635 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931448073008 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
Current children cumulated CPU time: 2513.45 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 166908 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2508.9 s]
/proc/loadavg: 1.86 1.90 1.89 3/212 29814
/proc/meminfo: memFree=30783128/32770624 swapFree=67108860/67108860
[pid=29557] ppid=29554 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29557/stat : 29557 (xcsp3-exec) S 29554 29557 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112360608 9740288 344 18446744073709551615 4194304 5098028 140733190417856 140733190415960 140593985135228 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 15568896 140733190418809 140733190419013 140733190419013 140733190422507 0
/proc/29557/statm: 2378 344 289 221 0 87 0
[pid=29559] ppid=29557 vsize=13980732 memory=165532 CPUtime=2520.05 cores=0,2,4,6
/proc/29559/stat : 29559 (java) S 29557 29557 28892 0 -1 1077944320 90043 0 0 0 251960 45 0 0 20 0 15 0 112360618 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 140731522456160 139931911040759 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
/proc/29559/statm: 3495183 41383 3242 1 0 3483476 0
[pid=29559/tid=29560] ppid=29557 vsize=13980732 memory=1444 CPUtime=2508.11 cores=0,2,4,6
/proc/29559/task/29560/stat : 29560 (java) R 29557 29557 28892 0 -1 4202560 22228 0 0 0 250802 9 0 0 20 0 15 0 112360618 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931915279984 139931536283992 0 4 1 16800974 0 0 0 -1 2 0 0 10 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29561] ppid=29557 vsize=13980732 memory=1376 CPUtime=0.1 cores=0,2,4,6
/proc/29559/task/29561/stat : 29561 (java) S 29557 29557 28892 0 -1 1077944384 3283 0 0 0 9 1 0 0 20 0 15 0 112360619 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931852986640 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29562] ppid=29557 vsize=13980732 memory=1376 CPUtime=0.1 cores=0,2,4,6
/proc/29559/task/29562/stat : 29562 (java) S 29557 29557 28892 0 -1 1077944384 1719 0 0 0 8 2 0 0 20 0 15 0 112360619 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931851934096 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29563] ppid=29557 vsize=13980732 memory=56 CPUtime=0.11 cores=0,2,4,6
/proc/29559/task/29563/stat : 29563 (java) S 29557 29557 28892 0 -1 1077944384 3958 0 0 0 10 1 0 0 20 0 15 0 112360619 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931850881552 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29564] ppid=29557 vsize=13980732 memory=6370719275257063784 CPUtime=0.11 cores=0,2,4,6
/proc/29559/task/29564/stat : 29564 (java) S 29557 29557 28892 0 -1 1077944384 2005 0 0 0 10 1 0 0 20 0 15 0 112360619 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931849829008 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29565] ppid=29557 vsize=13980732 memory=165532 CPUtime=0.13 cores=0,2,4,6
/proc/29559/task/29565/stat : 29565 (java) S 29557 29557 28892 0 -1 1077944384 4345 0 0 0 10 3 0 0 20 0 15 0 112360620 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931456494064 139931911051906 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29566] ppid=29557 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29566/stat : 29566 (java) S 29557 29557 28892 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 112360621 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931455440288 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29567] ppid=29557 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29567/stat : 29567 (java) S 29557 29557 28892 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 112360621 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931454387696 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29568] ppid=29557 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29568/stat : 29568 (java) S 29557 29557 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112360623 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931453336272 139931911059355 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29569] ppid=29557 vsize=13980732 memory=0 CPUtime=5.1 cores=0,2,4,6
/proc/29559/task/29569/stat : 29569 (java) S 29557 29557 28892 0 -1 1077944384 20473 0 0 0 508 2 0 0 20 0 15 0 112360623 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931452282864 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29570] ppid=29557 vsize=13980732 memory=0 CPUtime=4.58 cores=0,2,4,6
/proc/29559/task/29570/stat : 29570 (java) S 29557 29557 28892 0 -1 1077944384 20495 0 0 0 456 2 0 0 20 0 15 0 112360623 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931451230320 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29571] ppid=29557 vsize=13980732 memory=165532 CPUtime=0.83 cores=0,2,4,6
/proc/29559/task/29571/stat : 29571 (java) S 29557 29557 28892 0 -1 1077944384 8924 0 0 0 81 2 0 0 20 0 15 0 112360623 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931450177776 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29572] ppid=29557 vsize=13980732 memory=640 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29572/stat : 29572 (java) S 29557 29557 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112360624 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931449125472 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29573] ppid=29557 vsize=13980732 memory=1376 CPUtime=0.78 cores=0,2,4,6
/proc/29559/task/29573/stat : 29573 (java) S 29557 29557 28892 0 -1 1077944384 1258 0 0 0 37 41 0 0 20 0 15 0 112360635 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931448073008 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 166908 KiB

Sending SIGTERM to process tree (bottom up)

[startup+2508.91 s]
# the end of solver process 29557 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.62 s, system=0.457783 s

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

[startup+2508.9 s]
/proc/loadavg: 1.86 1.90 1.89 3/212 29814
/proc/meminfo: memFree=30783128/32770624 swapFree=67108860/67108860
[pid=29557] ppid=29554 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29557/stat : 29557 (xcsp3-exec) S 29554 29557 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112360608 9740288 344 18446744073709551615 4194304 5098028 140733190417856 140733190415960 140593985135228 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 15568896 140733190418809 140733190419013 140733190419013 140733190422507 0
/proc/29557/statm: 2378 344 289 221 0 87 0
[pid=29559] ppid=29557 vsize=13980732 memory=165532 CPUtime=2520.05 cores=0,2,4,6
/proc/29559/stat : 29559 (java) S 29557 29557 28892 0 -1 1077944320 90043 0 0 0 251960 45 0 0 20 0 15 0 112360618 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 140731522456160 139931911040759 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
/proc/29559/statm: 3495183 41383 3242 1 0 3483476 0
[pid=29559/tid=29560] ppid=29557 vsize=13980732 memory=1444 CPUtime=2508.11 cores=0,2,4,6
/proc/29559/task/29560/stat : 29560 (java) R 29557 29557 28892 0 -1 4202560 22228 0 0 0 250802 9 0 0 20 0 15 0 112360618 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931915279984 139931536283992 0 4 1 16800974 0 0 0 -1 2 0 0 10 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29561] ppid=29557 vsize=13980732 memory=1376 CPUtime=0.1 cores=0,2,4,6
/proc/29559/task/29561/stat : 29561 (java) S 29557 29557 28892 0 -1 1077944384 3283 0 0 0 9 1 0 0 20 0 15 0 112360619 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931852986640 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29562] ppid=29557 vsize=13980732 memory=1376 CPUtime=0.1 cores=0,2,4,6
/proc/29559/task/29562/stat : 29562 (java) S 29557 29557 28892 0 -1 1077944384 1719 0 0 0 8 2 0 0 20 0 15 0 112360619 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931851934096 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29563] ppid=29557 vsize=13980732 memory=56 CPUtime=0.11 cores=0,2,4,6
/proc/29559/task/29563/stat : 29563 (java) S 29557 29557 28892 0 -1 1077944384 3958 0 0 0 10 1 0 0 20 0 15 0 112360619 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931850881552 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29564] ppid=29557 vsize=13980732 memory=6370719275257063784 CPUtime=0.11 cores=0,2,4,6
/proc/29559/task/29564/stat : 29564 (java) S 29557 29557 28892 0 -1 1077944384 2005 0 0 0 10 1 0 0 20 0 15 0 112360619 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931849829008 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29565] ppid=29557 vsize=13980732 memory=165532 CPUtime=0.13 cores=0,2,4,6
/proc/29559/task/29565/stat : 29565 (java) S 29557 29557 28892 0 -1 1077944384 4345 0 0 0 10 3 0 0 20 0 15 0 112360620 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931456494064 139931911051906 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29566] ppid=29557 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29566/stat : 29566 (java) S 29557 29557 28892 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 112360621 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931455440288 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29567] ppid=29557 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29567/stat : 29567 (java) S 29557 29557 28892 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 112360621 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931454387696 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29568] ppid=29557 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29568/stat : 29568 (java) S 29557 29557 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112360623 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931453336272 139931911059355 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29569] ppid=29557 vsize=13980732 memory=0 CPUtime=5.1 cores=0,2,4,6
/proc/29559/task/29569/stat : 29569 (java) S 29557 29557 28892 0 -1 1077944384 20473 0 0 0 508 2 0 0 20 0 15 0 112360623 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931452282864 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29570] ppid=29557 vsize=13980732 memory=0 CPUtime=4.58 cores=0,2,4,6
/proc/29559/task/29570/stat : 29570 (java) S 29557 29557 28892 0 -1 1077944384 20495 0 0 0 456 2 0 0 20 0 15 0 112360623 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931451230320 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29571] ppid=29557 vsize=13980732 memory=165532 CPUtime=0.83 cores=0,2,4,6
/proc/29559/task/29571/stat : 29571 (java) S 29557 29557 28892 0 -1 1077944384 8924 0 0 0 81 2 0 0 20 0 15 0 112360623 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931450177776 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29572] ppid=29557 vsize=13980732 memory=640 CPUtime=0 cores=0,2,4,6
/proc/29559/task/29572/stat : 29572 (java) S 29557 29557 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112360624 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931449125472 139931911050965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
[pid=29559/tid=29573] ppid=29557 vsize=13980732 memory=1376 CPUtime=0.78 cores=0,2,4,6
/proc/29559/task/29573/stat : 29573 (java) S 29557 29557 28892 0 -1 1077944384 1258 0 0 0 37 41 0 0 20 0 15 0 112360635 14316269568 41383 18446744073709551615 4194304 4196468 140731522473616 139931448073008 139931911051906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15474688 140731522478513 140731522478689 140731522478689 140731522482127 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 166908 KiB

Child status: 143
Real time (s): 2508.91
CPU time (s): 2520.07
CPU user time (s): 2519.62
CPU system time (s): 0.457783
CPU usage (%): 100.445
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 260292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.62
system time used= 0.457783
maximum resident set size= 258916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90860
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59807
involuntary context switches= 3028


# summary of solver processes directly reported to runsolver:
#   pid: 29557
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2519.62
#   total CPU system time (s): 0.457783

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.956 second user time and 22.5596 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-19 02:00:24
IDJOB=4282690
IDBENCH=115804
IDSOLVER=2677
FILE ID=node127/4282690-1503101675
RUNJOBID= node127-1503095799-28950
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-9.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-4282690-1503101675/watcher-4282690-1503101675 -o /tmp/evaluation-result-4282690-1503101675/solver-4282690-1503101675 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28950 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 430952994 HOME/instance-4282690-1503101675.xml

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

MD5SUM BENCH= 167976addb93ebd5943ef7570ccdd100
RANDOM SEED=430952994

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:        30913856 kB
MemAvailable:   31726736 kB
Buffers:          293116 kB
Cached:           821728 kB
SwapCached:            0 kB
Active:          1032428 kB
Inactive:         374784 kB
Active(anon):     242828 kB
Inactive(anon):    99192 kB
Active(file):     789600 kB
Inactive(file):   275592 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7740 kB
Writeback:             4 kB
AnonPages:        292188 kB
Mapped:            73432 kB
Shmem:             49828 kB
Slab:             152980 kB
SReclaimable:     127048 kB
SUnreclaim:        25932 kB
KernelStack:        3472 kB
PageTables:         6052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1257948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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-19 02:42:13