Trace number 4255288

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-07-26)? (TO) 252.132 232.42101

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-0.xml
MD5SUMd2a9d5f7f2311440d16f3c3017ccc9f9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark716
Best CPU time to get the best result obtained on this benchmark252.465
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size752
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":752,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4255288-1502643596.xml"  -tl '252s' -p 1 -x 3
0.10/0.27	c [HOME/instance-4255288-1502643596.xml, -tl, 252s, -p, 1, -x, 3]
0.30/0.33	c simple solver
0.30/0.39	c parse instance...
1.19/0.74	c solve instance...
252.10/232.40	s UNKNOWN
252.10/232.40	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 (14979 MiB free)
  memory of node 1: 16384 MiB (15595 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4255288-1502643596/watcher-4255288-1502643596 -o /tmp/evaluation-result-4255288-1502643596/solver-4255288-1502643596 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502642281-27769 --watchdog 312 ./xcsp3-exec -dir HOME -tl 252 -ml 11000 -tdir HOME -seed 991341677 HOME/instance-4255288-1502643596.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=28077, runsolver pid=28074
Current StackSize limit: 8192 KiB


[startup+0.100157 s]*
/proc/loadavg: 1.96 1.76 1.67 3/205 28084
/proc/meminfo: memFree=31302496/32770624 swapFree=67108776/67108860
[pid=28077] ppid=28074 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28077/stat : 28077 (xcsp3-exec) S 28074 28077 7084 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 164012310 9740288 345 18446744073709551615 4194304 5098028 140734711840896 140734711839000 140471094121084 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 11563008 140734711845247 140734711845450 140734711845450 140734711848939 0
/proc/28077/statm: 2378 345 289 221 0 87 0
[pid=28079] ppid=28077 vsize=13507920 memory=16220 CPUtime=0.02 cores=1,3,5,7
/proc/28079/stat : 28079 (java) S 28077 28077 7084 0 -1 1077944320 3861 0 0 0 1 1 0 0 20 0 8 0 164012318 13832110080 4055 18446744073709551615 4194304 4196468 140724645248800 140724645231344 140304360603383 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
/proc/28079/statm: 3376980 4055 2049 1 0 3366477 0
[pid=28079/tid=28080] ppid=28077 vsize=13507920 memory=-8713483618642589535 CPUtime=0.01 cores=1,3,5,7
/proc/28079/task/28080/stat : 28080 (java) R 28077 28077 7084 0 -1 4202560 2589 0 0 0 1 0 0 0 20 0 8 0 164012318 13832110080 4055 18446744073709551615 4194304 4196468 140724645248800 140304364843440 140304342252462 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28081] ppid=28077 vsize=13508948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28081/stat : 28081 (java) S 28077 28077 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 164012319 13833162752 4055 18446744073709551615 4194304 4196468 140724645248800 140304302549264 140304360613589 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28082] ppid=28077 vsize=13508948 memory=140309092378240 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28082/stat : 28082 (java) S 28077 28077 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 164012319 13833162752 4055 18446744073709551615 4194304 4196468 140724645248800 140303959333264 140304360613589 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28083] ppid=28077 vsize=13508948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28083/stat : 28083 (java) S 28077 28077 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 164012319 13833162752 4055 18446744073709551615 4194304 4196468 140724645248800 140303958280720 140304360613589 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28084] ppid=28077 vsize=13508948 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28084/stat : 28084 (java) S 28077 28077 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 164012319 13833162752 4055 18446744073709551615 4194304 4196468 140724645248800 140303957228176 140304360613589 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28085] ppid=28077 vsize=13508948 memory=140309092378240 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28085/stat : 28085 (java) S 28077 28077 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 164012320 13833162752 4055 18446744073709551615 4194304 4196468 140724645248800 140303906372080 140304360614530 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28086] ppid=28077 vsize=13508948 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28086/stat : 28086 (java) S 28077 28077 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 164012321 13833162752 4055 18446744073709551615 4194304 4196468 140724645248800 140303905318304 140304360613589 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28087] ppid=28077 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28087/stat : 28087 (java) R 28077 28077 7084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 9 0 164012321 13900271616 4056 18446744073709551615 4194304 4196468 140724645248800 140303904267616 140304353320535 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13517432 KiB
Current children cumulated memory: 17600 KiB

[startup+0.21607 s]*
/proc/loadavg: 1.96 1.76 1.67 4/214 28093
/proc/meminfo: memFree=31290004/32770624 swapFree=67108776/67108860
[pid=28077] ppid=28074 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28077/stat : 28077 (xcsp3-exec) S 28074 28077 7084 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 164012310 9740288 345 18446744073709551615 4194304 5098028 140734711840896 140734711839000 140471094121084 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 11563008 140734711845247 140734711845450 140734711845450 140734711848939 0
/proc/28077/statm: 2378 345 289 221 0 87 0
[pid=28079] ppid=28077 vsize=13974352 memory=30176 CPUtime=0.1 cores=1,3,5,7
/proc/28079/stat : 28079 (java) S 28077 28077 7084 0 -1 1077944320 5466 0 0 0 9 1 0 0 20 0 15 0 164012318 14309736448 7544 18446744073709551615 4194304 4196468 140724645248800 140724645231344 140304360603383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
/proc/28079/statm: 3493588 7544 2751 1 0 3482964 0
[pid=28079/tid=28080] ppid=28077 vsize=13974352 memory=7311146985107750967 CPUtime=0.08 cores=1,3,5,7
/proc/28079/task/28080/stat : 28080 (java) R 28077 28077 7084 0 -1 4202560 3600 0 0 0 7 1 0 0 20 0 15 0 164012318 14309736448 7544 18446744073709551615 4194304 4196468 140724645248800 140304364825632 140304360625309 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28081] ppid=28077 vsize=13974352 memory=8005 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28081/stat : 28081 (java) S 28077 28077 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 164012319 14309736448 7544 18446744073709551615 4194304 4196468 140724645248800 140304302549264 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28082] ppid=28077 vsize=13974352 memory=4123521347468928672 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28082/stat : 28082 (java) S 28077 28077 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 164012319 14309736448 7610 18446744073709551615 4194304 4196468 140724645248800 140303959333264 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28083] ppid=28077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28083/stat : 28083 (java) S 28077 28077 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 164012319 14309736448 7610 18446744073709551615 4194304 4196468 140724645248800 140303958280720 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28084] ppid=28077 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28084/stat : 28084 (java) S 28077 28077 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 164012319 14309736448 7610 18446744073709551615 4194304 4196468 140724645248800 140303957228176 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28085] ppid=28077 vsize=13974352 memory=140309092378240 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28085/stat : 28085 (java) S 28077 28077 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 164012320 14309736448 7610 18446744073709551615 4194304 4196468 140724645248800 140303906372080 140304360614530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28086] ppid=28077 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28086/stat : 28086 (java) S 28077 28077 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 164012321 14309736448 7610 18446744073709551615 4194304 4196468 140724645248800 140303905318304 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28087] ppid=28077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28087/stat : 28087 (java) S 28077 28077 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 164012321 14309736448 7610 18446744073709551615 4194304 4196468 140724645248800 140303904265712 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28088] ppid=28077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28088/stat : 28088 (java) S 28077 28077 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 164012323 14309736448 7610 18446744073709551615 4194304 4196468 140724645248800 140303903214288 140304360621979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28089] ppid=28077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28089/stat : 28089 (java) R 28077 28077 7084 0 -1 4202560 370 0 0 0 0 0 0 0 20 0 15 0 164012323 14309736448 7610 18446744073709551615 4194304 4196468 140724645248800 140303902160880 140304341320928 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28090] ppid=28077 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28090/stat : 28090 (java) S 28077 28077 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 164012323 14309736448 7610 18446744073709551615 4194304 4196468 140724645248800 140303901108336 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28091] ppid=28077 vsize=13974352 memory=140309092378240 CPUtime=0.01 cores=1,3,5,7
/proc/28079/task/28091/stat : 28091 (java) S 28077 28077 7084 0 -1 1077944384 260 0 0 0 1 0 0 0 20 0 15 0 164012323 14309736448 7610 18446744073709551615 4194304 4196468 140724645248800 140303900055792 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28092] ppid=28077 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28092/stat : 28092 (java) S 28077 28077 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 164012323 14309736448 7610 18446744073709551615 4194304 4196468 140724645248800 140303269096032 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28093] ppid=28077 vsize=13974352 memory=140309092378240 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28093/stat : 28093 (java) S 28077 28077 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 164012328 14309736448 7610 18446744073709551615 4194304 4196468 140724645248800 140303268043568 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 31556 KiB

[startup+0.31057 s]*
/proc/loadavg: 1.96 1.76 1.67 4/214 28093
/proc/meminfo: memFree=31277636/32770624 swapFree=67108776/67108860
[pid=28077] ppid=28074 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28077/stat : 28077 (xcsp3-exec) S 28074 28077 7084 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 164012310 9740288 345 18446744073709551615 4194304 5098028 140734711840896 140734711839000 140471094121084 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 11563008 140734711845247 140734711845450 140734711845450 140734711848939 0
/proc/28077/statm: 2378 345 289 221 0 87 0
[pid=28079] ppid=28077 vsize=13974352 memory=39784 CPUtime=0.3 cores=1,3,5,7
/proc/28079/stat : 28079 (java) S 28077 28077 7084 0 -1 1077944320 8992 0 0 0 27 3 0 0 20 0 15 0 164012318 14309736448 9946 18446744073709551615 4194304 4196468 140724645248800 140724645231344 140304360603383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
/proc/28079/statm: 3493588 9946 2988 1 0 3482964 0
[pid=28079/tid=28080] ppid=28077 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/28079/task/28080/stat : 28080 (java) R 28077 28077 7084 0 -1 4202560 6199 0 0 0 15 2 0 0 20 0 15 0 164012318 14309736448 9946 18446744073709551615 4194304 4196468 140724645248800 140304364841440 140303982022064 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28081] ppid=28077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28081/stat : 28081 (java) S 28077 28077 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 164012319 14309736448 9946 18446744073709551615 4194304 4196468 140724645248800 140304302549264 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28082] ppid=28077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28082/stat : 28082 (java) S 28077 28077 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 164012319 14309736448 9946 18446744073709551615 4194304 4196468 140724645248800 140303959333264 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28083] ppid=28077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28083/stat : 28083 (java) S 28077 28077 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 164012319 14309736448 9946 18446744073709551615 4194304 4196468 140724645248800 140303958280720 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28084] ppid=28077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28084/stat : 28084 (java) S 28077 28077 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 164012319 14309736448 9946 18446744073709551615 4194304 4196468 140724645248800 140303957228176 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28085] ppid=28077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28085/stat : 28085 (java) S 28077 28077 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 164012320 14309736448 9946 18446744073709551615 4194304 4196468 140724645248800 140303906372080 140304360614530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28086] ppid=28077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28086/stat : 28086 (java) S 28077 28077 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 164012321 14309736448 9946 18446744073709551615 4194304 4196468 140724645248800 140303905318304 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28087] ppid=28077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28087/stat : 28087 (java) S 28077 28077 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 164012321 14309736448 9946 18446744073709551615 4194304 4196468 140724645248800 140303904265712 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28088] ppid=28077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28088/stat : 28088 (java) S 28077 28077 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 164012323 14309736448 9946 18446744073709551615 4194304 4196468 140724645248800 140303903214288 140304360621979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28089] ppid=28077 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28079/task/28089/stat : 28089 (java) R 28077 28077 7084 0 -1 4202560 672 0 0 0 2 0 0 0 20 0 15 0 164012323 14309736448 9946 18446744073709551615 4194304 4196468 140724645248800 140303902160880 140304339837960 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28090] ppid=28077 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28079/task/28090/stat : 28090 (java) R 28077 28077 7084 0 -1 1077944384 73 0 0 0 1 0 0 0 20 0 15 0 164012323 14309736448 9946 18446744073709551615 4194304 4196468 140724645248800 140303901108336 140304360614530 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28091] ppid=28077 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/28079/task/28091/stat : 28091 (java) R 28077 28077 7084 0 -1 4202560 744 0 0 0 6 0 0 0 20 0 15 0 164012323 14309736448 9946 18446744073709551615 4194304 4196468 140724645248800 140303900055792 140304339309551 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28092] ppid=28077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28092/stat : 28092 (java) S 28077 28077 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 164012323 14309736448 10458 18446744073709551615 4194304 4196468 140724645248800 140303269096032 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28093] ppid=28077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28093/stat : 28093 (java) S 28077 28077 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 164012328 14309736448 10458 18446744073709551615 4194304 4196468 140724645248800 140303268043568 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41164 KiB

[startup+0.700821 s]
/proc/loadavg: 1.96 1.76 1.67 6/214 28093
/proc/meminfo: memFree=31268088/32770624 swapFree=67108776/67108860
[pid=28077] ppid=28074 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28077/stat : 28077 (xcsp3-exec) S 28074 28077 7084 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 164012310 9740288 345 18446744073709551615 4194304 5098028 140734711840896 140734711839000 140471094121084 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 11563008 140734711845247 140734711845450 140734711845450 140734711848939 0
/proc/28077/statm: 2378 345 289 221 0 87 0
[pid=28079] ppid=28077 vsize=13980732 memory=71136 CPUtime=1.19 cores=1,3,5,7
/proc/28079/stat : 28079 (java) S 28077 28077 7084 0 -1 1077944320 13415 0 0 0 113 6 0 0 20 0 15 0 164012318 14316269568 17784 18446744073709551615 4194304 4196468 140724645248800 140724645231344 140304360603383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
/proc/28079/statm: 3495183 17784 3173 1 0 3483476 0
[pid=28079/tid=28080] ppid=28077 vsize=13980732 memory=116 CPUtime=0.55 cores=1,3,5,7
/proc/28079/task/28080/stat : 28080 (java) R 28077 28077 7084 0 -1 4202560 8555 0 0 0 51 4 0 0 20 0 15 0 164012318 14316269568 17784 18446744073709551615 4194304 4196468 140724645248800 140304364828848 140304353281397 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28081] ppid=28077 vsize=13980732 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28081/stat : 28081 (java) S 28077 28077 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 164012319 14316269568 17784 18446744073709551615 4194304 4196468 140724645248800 140304302549264 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28082] ppid=28077 vsize=13980732 memory=11368 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28082/stat : 28082 (java) S 28077 28077 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 164012319 14316269568 17784 18446744073709551615 4194304 4196468 140724645248800 140303959333264 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28083] ppid=28077 vsize=13980732 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28083/stat : 28083 (java) S 28077 28077 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 164012319 14316269568 17784 18446744073709551615 4194304 4196468 140724645248800 140303958280720 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28084] ppid=28077 vsize=13980732 memory=4600 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28084/stat : 28084 (java) S 28077 28077 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 164012319 14316269568 17784 18446744073709551615 4194304 4196468 140724645248800 140303957228176 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28085] ppid=28077 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28085/stat : 28085 (java) S 28077 28077 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 164012320 14316269568 17784 18446744073709551615 4194304 4196468 140724645248800 140303906372080 140304360614530 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28086] ppid=28077 vsize=13980732 memory=8320808402720075830 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28086/stat : 28086 (java) S 28077 28077 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 164012321 14316269568 17784 18446744073709551615 4194304 4196468 140724645248800 140303905318304 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28087] ppid=28077 vsize=13980732 memory=5861265965526962256 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28087/stat : 28087 (java) S 28077 28077 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 164012321 14316269568 17784 18446744073709551615 4194304 4196468 140724645248800 140303904265712 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28088] ppid=28077 vsize=13980732 memory=5787776803188794432 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28088/stat : 28088 (java) S 28077 28077 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 164012323 14316269568 17784 18446744073709551615 4194304 4196468 140724645248800 140303903214288 140304360621979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28089] ppid=28077 vsize=13980732 memory=8328137078511476104 CPUtime=0.14 cores=1,3,5,7
/proc/28079/task/28089/stat : 28089 (java) R 28077 28077 7084 0 -1 4202560 1361 0 0 0 14 0 0 0 20 0 15 0 164012323 14316269568 17784 18446744073709551615 4194304 4196468 140724645248800 140303902160880 140304360615318 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28090] ppid=28077 vsize=13980732 memory=-8412656567318647667 CPUtime=0.16 cores=1,3,5,7
/proc/28079/task/28090/stat : 28090 (java) S 28077 28077 7084 0 -1 1077944384 659 0 0 0 16 0 0 0 20 0 15 0 164012323 14316269568 17784 18446744073709551615 4194304 4196468 140724645248800 140303901108336 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28091] ppid=28077 vsize=13980732 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/28079/task/28091/stat : 28091 (java) S 28077 28077 7084 0 -1 1077944384 1533 0 0 0 30 1 0 0 20 0 15 0 164012323 14316269568 17784 18446744073709551615 4194304 4196468 140724645248800 140303900055792 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28092] ppid=28077 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28092/stat : 28092 (java) S 28077 28077 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 164012323 14316269568 17784 18446744073709551615 4194304 4196468 140724645248800 140303269096032 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28093] ppid=28077 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28093/stat : 28093 (java) S 28077 28077 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 164012328 14316269568 17784 18446744073709551615 4194304 4196468 140724645248800 140303268043568 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 72516 KiB

[startup+1.50089 s]
/proc/loadavg: 1.96 1.76 1.67 5/214 28093
/proc/meminfo: memFree=31233024/32770624 swapFree=67108776/67108860
[pid=28077] ppid=28074 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28077/stat : 28077 (xcsp3-exec) S 28074 28077 7084 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 164012310 9740288 345 18446744073709551615 4194304 5098028 140734711840896 140734711839000 140471094121084 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 11563008 140734711845247 140734711845450 140734711845450 140734711848939 0
/proc/28077/statm: 2378 345 289 221 0 87 0
[pid=28079] ppid=28077 vsize=13980732 memory=118320 CPUtime=3.7 cores=1,3,5,7
/proc/28079/stat : 28079 (java) S 28077 28077 7084 0 -1 1077944320 32545 0 0 0 361 9 0 0 20 0 15 0 164012318 14316269568 29580 18446744073709551615 4194304 4196468 140724645248800 140724645231344 140304360603383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
/proc/28079/statm: 3495183 29580 3192 1 0 3483476 0
[pid=28079/tid=28080] ppid=28077 vsize=13980732 memory=6944656592455097440 CPUtime=1.34 cores=1,3,5,7
/proc/28079/task/28080/stat : 28080 (java) R 28077 28077 7084 0 -1 4202560 9665 0 0 0 130 4 0 0 20 0 15 0 164012318 14316269568 29580 18446744073709551615 4194304 4196468 140724645248800 140304364837600 140303987529496 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28081] ppid=28077 vsize=13980732 memory=8161 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28081/stat : 28081 (java) S 28077 28077 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 164012319 14316269568 29580 18446744073709551615 4194304 4196468 140724645248800 140304302549264 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28082] ppid=28077 vsize=13980732 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28082/stat : 28082 (java) S 28077 28077 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 164012319 14316269568 29580 18446744073709551615 4194304 4196468 140724645248800 140303959333264 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28083] ppid=28077 vsize=13980732 memory=7521995004687799001 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28083/stat : 28083 (java) S 28077 28077 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 164012319 14316269568 29580 18446744073709551615 4194304 4196468 140724645248800 140303958280720 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28084] ppid=28077 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7

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

/proc/28079/task/28087/stat : 28087 (java) S 28077 28077 7084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 164012321 14316269568 85302 18446744073709551615 4194304 4196468 140724645248800 140303904265712 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28088] ppid=28077 vsize=13980732 memory=341072 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28088/stat : 28088 (java) S 28077 28077 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 164012323 14316269568 85302 18446744073709551615 4194304 4196468 140724645248800 140303903214288 140304360621979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28089] ppid=28077 vsize=13980732 memory=280617862571664 CPUtime=8.93 cores=1,3,5,7
/proc/28079/task/28089/stat : 28089 (java) S 28077 28077 7084 0 -1 1077944384 54458 0 0 0 888 5 0 0 20 0 15 0 164012323 14316269568 85302 18446744073709551615 4194304 4196468 140724645248800 140303902160880 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28090] ppid=28077 vsize=13980732 memory=7813587196152197430 CPUtime=8.84 cores=1,3,5,7
/proc/28079/task/28090/stat : 28090 (java) S 28077 28077 7084 0 -1 1077944384 47722 0 0 0 880 4 0 0 20 0 15 0 164012323 14316269568 85302 18446744073709551615 4194304 4196468 140724645248800 140303901108336 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28091] ppid=28077 vsize=13980732 memory=2460 CPUtime=0.95 cores=1,3,5,7
/proc/28079/task/28091/stat : 28091 (java) S 28077 28077 7084 0 -1 1077944384 8904 0 0 0 93 2 0 0 20 0 15 0 164012323 14316269568 85302 18446744073709551615 4194304 4196468 140724645248800 140303900055792 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28092] ppid=28077 vsize=13980732 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28092/stat : 28092 (java) S 28077 28077 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 164012323 14316269568 85302 18446744073709551615 4194304 4196468 140724645248800 140303269096032 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28093] ppid=28077 vsize=13980732 memory=796 CPUtime=0.02 cores=1,3,5,7
/proc/28079/task/28093/stat : 28093 (java) S 28077 28077 7084 0 -1 1077944384 1118 0 0 0 1 1 0 0 20 0 15 0 164012328 14316269568 85302 18446744073709551615 4194304 4196468 140724645248800 140303268043568 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
Current children cumulated CPU time: 121.32 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 342588 KiB

[startup+162.301 s]
/proc/loadavg: 1.86 1.84 1.72 3/214 28198
/proc/meminfo: memFree=31023572/32770624 swapFree=67108776/67108860
[pid=28077] ppid=28074 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28077/stat : 28077 (xcsp3-exec) S 28074 28077 7084 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 164012310 9740288 345 18446744073709551615 4194304 5098028 140734711840896 140734711839000 140471094121084 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 11563008 140734711845247 140734711845450 140734711845450 140734711848939 0
/proc/28077/statm: 2378 345 289 221 0 87 0
[pid=28079] ppid=28077 vsize=13980732 memory=335052 CPUtime=181.76 cores=1,3,5,7
/proc/28079/stat : 28079 (java) S 28077 28077 7084 0 -1 1077944320 141386 0 0 0 18143 33 0 0 20 0 15 0 164012318 14316269568 83763 18446744073709551615 4194304 4196468 140724645248800 140724645231344 140304360603383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
/proc/28079/statm: 3495183 83763 3245 1 0 3483476 0
[pid=28079/tid=28080] ppid=28077 vsize=13980732 memory=335052 CPUtime=161.87 cores=1,3,5,7
/proc/28079/task/28080/stat : 28080 (java) R 28077 28077 7084 0 -1 4202560 17355 0 0 0 16179 8 0 0 20 0 15 0 164012318 14316269568 83763 18446744073709551615 4194304 4196468 140724645248800 140304364842608 140303989973610 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28081] ppid=28077 vsize=13980732 memory=335052 CPUtime=0.2 cores=1,3,5,7
/proc/28079/task/28081/stat : 28081 (java) S 28077 28077 7084 0 -1 1077944384 1003 0 0 0 18 2 0 0 20 0 15 0 164012319 14316269568 83763 18446744073709551615 4194304 4196468 140724645248800 140304302549264 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28082] ppid=28077 vsize=13980732 memory=1380 CPUtime=0.2 cores=1,3,5,7
/proc/28079/task/28082/stat : 28082 (java) S 28077 28077 7084 0 -1 1077944384 848 0 0 0 18 2 0 0 20 0 15 0 164012319 14316269568 83763 18446744073709551615 4194304 4196468 140724645248800 140303959333264 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28083] ppid=28077 vsize=13980732 memory=1380 CPUtime=0.2 cores=1,3,5,7
/proc/28079/task/28083/stat : 28083 (java) S 28077 28077 7084 0 -1 1077944384 738 0 0 0 18 2 0 0 20 0 15 0 164012319 14316269568 83763 18446744073709551615 4194304 4196468 140724645248800 140303958280720 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28084] ppid=28077 vsize=13980732 memory=335996 CPUtime=0.2 cores=1,3,5,7
/proc/28079/task/28084/stat : 28084 (java) S 28077 28077 7084 0 -1 1077944384 2179 0 0 0 18 2 0 0 20 0 15 0 164012319 14316269568 83763 18446744073709551615 4194304 4196468 140724645248800 140303957228176 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28085] ppid=28077 vsize=13980732 memory=1380 CPUtime=0.03 cores=1,3,5,7
/proc/28079/task/28085/stat : 28085 (java) S 28077 28077 7084 0 -1 1077944384 1596 0 0 0 3 0 0 0 20 0 15 0 164012320 14316269568 83763 18446744073709551615 4194304 4196468 140724645248800 140303906372080 140304360614530 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28086] ppid=28077 vsize=13980732 memory=4156 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28086/stat : 28086 (java) S 28077 28077 7084 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 164012321 14316269568 83763 18446744073709551615 4194304 4196468 140724645248800 140303905318368 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28087] ppid=28077 vsize=13980732 memory=12320 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28087/stat : 28087 (java) S 28077 28077 7084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 164012321 14316269568 83763 18446744073709551615 4194304 4196468 140724645248800 140303904265712 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28088] ppid=28077 vsize=13980732 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28088/stat : 28088 (java) S 28077 28077 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 164012323 14316269568 83763 18446744073709551615 4194304 4196468 140724645248800 140303903214288 140304360621979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28089] ppid=28077 vsize=13980732 memory=-8774313645642428999 CPUtime=9.01 cores=1,3,5,7
/proc/28079/task/28089/stat : 28089 (java) S 28077 28077 7084 0 -1 1077944384 55826 0 0 0 896 5 0 0 20 0 15 0 164012323 14316269568 83763 18446744073709551615 4194304 4196468 140724645248800 140303902160880 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28090] ppid=28077 vsize=13980732 memory=796 CPUtime=8.94 cores=1,3,5,7
/proc/28079/task/28090/stat : 28090 (java) S 28077 28077 7084 0 -1 1077944384 49710 0 0 0 890 4 0 0 20 0 15 0 164012323 14316269568 83763 18446744073709551615 4194304 4196468 140724645248800 140303901108336 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28091] ppid=28077 vsize=13980732 memory=5768 CPUtime=0.96 cores=1,3,5,7
/proc/28079/task/28091/stat : 28091 (java) S 28077 28077 7084 0 -1 1077944384 9618 0 0 0 94 2 0 0 20 0 15 0 164012323 14316269568 83763 18446744073709551615 4194304 4196468 140724645248800 140303900055792 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28092] ppid=28077 vsize=13980732 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28092/stat : 28092 (java) S 28077 28077 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 164012323 14316269568 83763 18446744073709551615 4194304 4196468 140724645248800 140303269096032 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28093] ppid=28077 vsize=13980732 memory=9352 CPUtime=0.03 cores=1,3,5,7
/proc/28079/task/28093/stat : 28093 (java) S 28077 28077 7084 0 -1 1077944384 1158 0 0 0 2 1 0 0 20 0 15 0 164012328 14316269568 83763 18446744073709551615 4194304 4196468 140724645248800 140303268043568 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
Current children cumulated CPU time: 181.76 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 336432 KiB

[startup+222.301 s]
/proc/loadavg: 1.94 1.86 1.73 3/215 28201
/proc/meminfo: memFree=30931948/32770624 swapFree=67108776/67108860
[pid=28077] ppid=28074 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28077/stat : 28077 (xcsp3-exec) S 28074 28077 7084 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 164012310 9740288 345 18446744073709551615 4194304 5098028 140734711840896 140734711839000 140471094121084 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 11563008 140734711845247 140734711845450 140734711845450 140734711848939 0
/proc/28077/statm: 2378 345 289 221 0 87 0
[pid=28079] ppid=28077 vsize=13980732 memory=330376 CPUtime=241.96 cores=1,3,5,7
/proc/28079/stat : 28079 (java) S 28077 28077 7084 0 -1 1077944320 142479 0 0 0 24160 36 0 0 20 0 15 0 164012318 14316269568 82594 18446744073709551615 4194304 4196468 140724645248800 140724645231344 140304360603383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
/proc/28079/statm: 3495183 82594 3245 1 0 3483476 0
[pid=28079/tid=28080] ppid=28077 vsize=13980732 memory=330376 CPUtime=221.8 cores=1,3,5,7
/proc/28079/task/28080/stat : 28080 (java) R 28077 28077 7084 0 -1 4202560 17732 0 0 0 22172 8 0 0 20 0 15 0 164012318 14316269568 82594 18446744073709551615 4194304 4196468 140724645248800 140304364842272 140303989972425 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28081] ppid=28077 vsize=13980732 memory=330376 CPUtime=0.27 cores=1,3,5,7
/proc/28079/task/28081/stat : 28081 (java) S 28077 28077 7084 0 -1 1077944384 1058 0 0 0 24 3 0 0 20 0 15 0 164012319 14316269568 82594 18446744073709551615 4194304 4196468 140724645248800 140304302549264 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28082] ppid=28077 vsize=13980732 memory=1380 CPUtime=0.27 cores=1,3,5,7
/proc/28079/task/28082/stat : 28082 (java) S 28077 28077 7084 0 -1 1077944384 920 0 0 0 24 3 0 0 20 0 15 0 164012319 14316269568 82594 18446744073709551615 4194304 4196468 140724645248800 140303959333264 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28083] ppid=28077 vsize=13980732 memory=1380 CPUtime=0.26 cores=1,3,5,7
/proc/28079/task/28083/stat : 28083 (java) S 28077 28077 7084 0 -1 1077944384 880 0 0 0 24 2 0 0 20 0 15 0 164012319 14316269568 82594 18446744073709551615 4194304 4196468 140724645248800 140303958280720 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28084] ppid=28077 vsize=13980732 memory=330376 CPUtime=0.26 cores=1,3,5,7
/proc/28079/task/28084/stat : 28084 (java) S 28077 28077 7084 0 -1 1077944384 2449 0 0 0 23 3 0 0 20 0 15 0 164012319 14316269568 82594 18446744073709551615 4194304 4196468 140724645248800 140303957228176 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28085] ppid=28077 vsize=13980732 memory=330376 CPUtime=0.04 cores=1,3,5,7
/proc/28079/task/28085/stat : 28085 (java) S 28077 28077 7084 0 -1 1077944384 1761 0 0 0 4 0 0 0 20 0 15 0 164012320 14316269568 82594 18446744073709551615 4194304 4196468 140724645248800 140303906372080 140304360614530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28086] ppid=28077 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28086/stat : 28086 (java) S 28077 28077 7084 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 164012321 14316269568 82594 18446744073709551615 4194304 4196468 140724645248800 140303905318368 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28087] ppid=28077 vsize=13980732 memory=335996 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28087/stat : 28087 (java) S 28077 28077 7084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 164012321 14316269568 82594 18446744073709551615 4194304 4196468 140724645248800 140303904265712 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28088] ppid=28077 vsize=13980732 memory=330276 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28088/stat : 28088 (java) S 28077 28077 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 164012323 14316269568 82594 18446744073709551615 4194304 4196468 140724645248800 140303903214288 140304360621979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28089] ppid=28077 vsize=13980732 memory=1380 CPUtime=9.01 cores=1,3,5,7
/proc/28079/task/28089/stat : 28089 (java) S 28077 28077 7084 0 -1 1077944384 55828 0 0 0 896 5 0 0 20 0 15 0 164012323 14316269568 82594 18446744073709551615 4194304 4196468 140724645248800 140303902160880 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28090] ppid=28077 vsize=13980732 memory=1296 CPUtime=8.94 cores=1,3,5,7
/proc/28079/task/28090/stat : 28090 (java) S 28077 28077 7084 0 -1 1077944384 49712 0 0 0 890 4 0 0 20 0 15 0 164012323 14316269568 82594 18446744073709551615 4194304 4196468 140724645248800 140303901108336 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28091] ppid=28077 vsize=13980732 memory=2460 CPUtime=0.96 cores=1,3,5,7
/proc/28079/task/28091/stat : 28091 (java) S 28077 28077 7084 0 -1 1077944384 9620 0 0 0 94 2 0 0 20 0 15 0 164012323 14316269568 82594 18446744073709551615 4194304 4196468 140724645248800 140303900055792 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28092] ppid=28077 vsize=13980732 memory=69248 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28092/stat : 28092 (java) S 28077 28077 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 164012323 14316269568 82594 18446744073709551615 4194304 4196468 140724645248800 140303269096032 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28093] ppid=28077 vsize=13980732 memory=1296 CPUtime=0.05 cores=1,3,5,7
/proc/28079/task/28093/stat : 28093 (java) S 28077 28077 7084 0 -1 1077944384 1164 0 0 0 3 2 0 0 20 0 15 0 164012328 14316269568 82594 18446744073709551615 4194304 4196468 140724645248800 140303268043568 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
Current children cumulated CPU time: 241.96 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 331756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+232.401 s]
/proc/loadavg: 1.95 1.86 1.73 3/215 28201
/proc/meminfo: memFree=30915500/32770624 swapFree=67108776/67108860
[pid=28077] ppid=28074 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28077/stat : 28077 (xcsp3-exec) S 28074 28077 7084 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 164012310 9740288 345 18446744073709551615 4194304 5098028 140734711840896 140734711839000 140471094121084 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 11563008 140734711845247 140734711845450 140734711845450 140734711848939 0
/proc/28077/statm: 2378 345 289 221 0 87 0
[pid=28079] ppid=28077 vsize=13980732 memory=332620 CPUtime=252.1 cores=1,3,5,7
/proc/28079/stat : 28079 (java) S 28077 28077 7084 0 -1 1077944320 143203 0 0 0 25173 37 0 0 20 0 15 0 164012318 14316269568 83155 18446744073709551615 4194304 4196468 140724645248800 140724645231344 140304360603383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
/proc/28079/statm: 3495183 83155 3245 1 0 3483476 0
[pid=28079/tid=28080] ppid=28077 vsize=13980732 memory=4156 CPUtime=231.89 cores=1,3,5,7
/proc/28079/task/28080/stat : 28080 (java) S 28077 28077 7084 0 -1 1077944384 18097 0 0 0 23181 8 0 0 20 0 15 0 164012318 14316269568 83155 18446744073709551615 4194304 4196468 140724645248800 140304364843024 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28081] ppid=28077 vsize=13980732 memory=1380 CPUtime=0.28 cores=1,3,5,7
/proc/28079/task/28081/stat : 28081 (java) S 28077 28077 7084 0 -1 1077944384 1143 0 0 0 25 3 0 0 20 0 15 0 164012319 14316269568 83155 18446744073709551615 4194304 4196468 140724645248800 140304302549264 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28082] ppid=28077 vsize=13980732 memory=330372 CPUtime=0.28 cores=1,3,5,7
/proc/28079/task/28082/stat : 28082 (java) S 28077 28077 7084 0 -1 1077944384 934 0 0 0 25 3 0 0 20 0 15 0 164012319 14316269568 83155 18446744073709551615 4194304 4196468 140724645248800 140303959333264 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28083] ppid=28077 vsize=13980732 memory=1196 CPUtime=0.28 cores=1,3,5,7
/proc/28079/task/28083/stat : 28083 (java) S 28077 28077 7084 0 -1 1077944384 996 0 0 0 25 3 0 0 20 0 15 0 164012319 14316269568 83155 18446744073709551615 4194304 4196468 140724645248800 140303958280720 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28084] ppid=28077 vsize=13980732 memory=-8774313645642428999 CPUtime=0.27 cores=1,3,5,7
/proc/28079/task/28084/stat : 28084 (java) S 28077 28077 7084 0 -1 1077944384 2483 0 0 0 24 3 0 0 20 0 15 0 164012319 14316269568 83155 18446744073709551615 4194304 4196468 140724645248800 140303957228176 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28085] ppid=28077 vsize=13980732 memory=4044 CPUtime=0.04 cores=1,3,5,7
/proc/28079/task/28085/stat : 28085 (java) R 28077 28077 7084 0 -1 4202560 1852 0 0 0 4 0 0 0 20 0 15 0 164012320 14316269568 82771 18446744073709551615 4194304 4196468 140724645248800 140303906370592 140304353320346 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28086] ppid=28077 vsize=13980732 memory=39928 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28086/stat : 28086 (java) S 28077 28077 7084 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 164012321 14316269568 82643 18446744073709551615 4194304 4196468 140724645248800 140303905318368 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28087] ppid=28077 vsize=13980732 memory=636 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28087/stat : 28087 (java) S 28077 28077 7084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 164012321 14316269568 82643 18446744073709551615 4194304 4196468 140724645248800 140303904265712 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28088] ppid=28077 vsize=13980732 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28088/stat : 28088 (java) S 28077 28077 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 164012323 14316269568 82643 18446744073709551615 4194304 4196468 140724645248800 140303903214288 140304360621979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28089] ppid=28077 vsize=13980732 memory=1608 CPUtime=9.01 cores=1,3,5,7
/proc/28079/task/28089/stat : 28089 (java) S 28077 28077 7084 0 -1 1077944384 55828 0 0 0 896 5 0 0 20 0 15 0 164012323 14316269568 82642 18446744073709551615 4194304 4196468 140724645248800 140303902160880 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28090] ppid=28077 vsize=13980732 memory=836 CPUtime=8.94 cores=1,3,5,7
/proc/28079/task/28090/stat : 28090 (java) S 28077 28077 7084 0 -1 1077944384 49712 0 0 0 890 4 0 0 20 0 15 0 164012323 14316269568 82642 18446744073709551615 4194304 4196468 140724645248800 140303901108336 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28091] ppid=28077 vsize=13980732 memory=3908 CPUtime=0.96 cores=1,3,5,7
/proc/28079/task/28091/stat : 28091 (java) S 28077 28077 7084 0 -1 1077944384 9620 0 0 0 94 2 0 0 20 0 15 0 164012323 14316269568 82642 18446744073709551615 4194304 4196468 140724645248800 140303900055792 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28092] ppid=28077 vsize=13980732 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/28079/task/28092/stat : 28092 (java) S 28077 28077 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 164012323 14316269568 82642 18446744073709551615 4194304 4196468 140724645248800 140303269096032 140304360613589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
[pid=28079/tid=28093] ppid=28077 vsize=13980732 memory=4072 CPUtime=0.05 cores=1,3,5,7
/proc/28079/task/28093/stat : 28093 (java) S 28077 28077 7084 0 -1 1077944384 1184 0 0 0 3 2 0 0 20 0 15 0 164012328 14316269568 82642 18446744073709551615 4194304 4196468 140724645248800 140303268043568 140304360614530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7348224 140724645257655 140724645257830 140724645257830 140724645261263 0
Current children cumulated CPU time: 252.1 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 334000 KiB

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

[startup+232.411 s]
# the end of solver process 28077 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000937 s, system=0.000937 s

[startup+232.421 s]
# the end of solver process 28079 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.741 s, system=0.391199 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 232.421
CPU time (s): 252.132
CPU user time (s): 251.741
CPU system time (s): 0.391199
CPU usage (%): 108.481
Max. virtual memory (cumulated for all children) (KiB): 13994884
Max. memory (cumulated for all children) (KiB): 344532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.741
system time used= 0.391199
maximum resident set size= 344288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144315
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9459
involuntary context switches= 234


# summary of solver processes directly reported to runsolver:
#   pid: 28077,28079
#   total CPU time (s): 252.132
#   total CPU user time (s): 251.741
#   total CPU system time (s): 0.391199

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.38279 second user time and 2.13335 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 18:45:30
IDJOB=4255288
IDBENCH=115851
IDSOLVER=2637
FILE ID=node132/4255288-1502643596
RUNJOBID= node132-1502642281-27769
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-0.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-4255288-1502643596/watcher-4255288-1502643596 -o /tmp/evaluation-result-4255288-1502643596/solver-4255288-1502643596 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502642281-27769 --watchdog 312  ./xcsp3-exec -dir HOME -tl 252 -ml 11000 -tdir HOME -seed 991341677 HOME/instance-4255288-1502643596.xml

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

MD5SUM BENCH= d2a9d5f7f2311440d16f3c3017ccc9f9
RANDOM SEED=991341677

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31309644 kB
MemAvailable:   31608232 kB
Buffers:          230468 kB
Cached:           392628 kB
SwapCached:           84 kB
Active:           859732 kB
Inactive:         196212 kB
Active(anon):     380652 kB
Inactive(anon):   101924 kB
Active(file):     479080 kB
Inactive(file):    94288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              7832 kB
Writeback:             4 kB
AnonPages:        432412 kB
Mapped:            77096 kB
Shmem:             49768 kB
Slab:             109100 kB
SReclaimable:      82112 kB
SUnreclaim:        26988 kB
KernelStack:        3488 kB
PageTables:         5552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1291708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62016 MiB
End job on node132 at 2017-08-13 18:49:23