Trace number 4282689

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.04 2508.3201

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-8.xml
MD5SUM9893704bf12390d346d425cfade6032e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1620
Number of constraints1260
Number of domains22
Minimum domain size16
Maximum domain size1422
Distribution of domain sizes[{"size":16,"count":20},{"size":17,"count":100},{"size":18,"count":100},{"size":19,"count":100},{"size":20,"count":480},{"size":1422,"count":820}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":420},{"degree":3,"count":800},{"degree":21,"count":400}]
Minimum constraint arity1
Maximum constraint arity22
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":3,"count":400},{"arity":20,"count":40},{"arity":22,"count":400}]
Number of extensional constraints400
Number of intensional constraints420
Distribution of constraint types[{"type":"extension","count":400},{"type":"intension","count":420},{"type":"allDifferent","count":20},{"type":"noOverlap","count":20},{"type":"element","count":400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282689-1503101688.xml"  -tl '2520s' -p 1 -x 0
0.20/0.33	c [HOME/instance-4282689-1503101688.xml, -tl, 2520s, -p, 1, -x, 0]
0.20/0.38	c simple solver
0.36/0.45	c parse instance...
1.90/0.94	c solve instance...
2520.01/2508.30	s UNKNOWN
2520.01/2508.30	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 (15212 MiB free)
  memory of node 1: 16384 MiB (15697 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282689-1503101688/watcher-4282689-1503101688 -o /tmp/evaluation-result-4282689-1503101688/solver-4282689-1503101688 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17351 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 298061094 HOME/instance-4282689-1503101688.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=17957, runsolver pid=17954

[startup+0.100063 s]*
/proc/loadavg: 1.74 1.63 1.66 3/201 17960
/proc/meminfo: memFree=31649800/32770624 swapFree=67108860/67108860
[pid=17957] ppid=17954 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17957/stat : 17957 (xcsp3-exec) S 17954 17957 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 8577977 9740288 345 18446744073709551615 4194304 5098028 140724228640096 140724228638200 140334563406460 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 21323776 140724228645242 140724228645446 140724228645446 140724228648939 0
/proc/17957/statm: 2378 345 289 221 0 87 0
[pid=17959] ppid=17957 vsize=13358712 memory=11992 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (java) S 17957 17957 17292 0 -1 1077944320 2781 0 0 0 0 0 0 0 20 0 6 0 8577987 13679321088 2998 18446744073709551615 4194304 4196468 140727975135248 140727975117792 139886673858295 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
/proc/17959/statm: 3339678 2998 1465 1 0 3329175 0
[pid=17959/tid=17960] ppid=17957 vsize=13358712 memory=-6871798056524144002 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17960/stat : 17960 (java) R 17957 17957 17292 0 -1 4202560 1573 0 0 0 0 0 0 0 20 0 6 0 8577987 13679321088 3064 18446744073709551615 4194304 4196468 140727975135248 139886678094416 139886634839926 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17961] ppid=17957 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17961/stat : 17961 (java) S 17957 17957 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 8577988 13679321088 3064 18446744073709551615 4194304 4196468 140727975135248 139886273763600 139886673868501 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17962] ppid=17957 vsize=13358712 memory=139641764185728 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17962/stat : 17962 (java) S 17957 17957 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 8577988 13679321088 3064 18446744073709551615 4194304 4196468 140727975135248 139886272711056 139886673868501 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17963] ppid=17957 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17963/stat : 17963 (java) S 17957 17957 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 8577988 13679321088 3064 18446744073709551615 4194304 4196468 140727975135248 139886271658512 139886673868501 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17964] ppid=17957 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17964/stat : 17964 (java) S 17957 17957 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 8577988 13679321088 3064 18446744073709551615 4194304 4196468 140727975135248 139886270605968 139886673868501 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 13372 KiB

[startup+0.210119 s]*
/proc/loadavg: 1.74 1.63 1.66 2/213 17972
/proc/meminfo: memFree=31639320/32770624 swapFree=67108860/67108860
[pid=17957] ppid=17954 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17957/stat : 17957 (xcsp3-exec) S 17954 17957 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 8577977 9740288 345 18446744073709551615 4194304 5098028 140724228640096 140724228638200 140334563406460 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 21323776 140724228645242 140724228645446 140724228645446 140724228648939 0
/proc/17957/statm: 2378 345 289 221 0 87 0
[pid=17959] ppid=17957 vsize=13907304 memory=21420 CPUtime=0.05 cores=1,3,5,7
/proc/17959/stat : 17959 (java) S 17957 17957 17292 0 -1 1077944320 4804 0 0 0 4 1 0 0 20 0 14 0 8577987 14241079296 5355 18446744073709551615 4194304 4196468 140727975135248 140727975117792 139886673858295 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
/proc/17959/statm: 3476826 5355 2554 1 0 3466323 0
[pid=17959/tid=17960] ppid=17957 vsize=13907304 memory=8390339637985935414 CPUtime=0.04 cores=1,3,5,7
/proc/17959/task/17960/stat : 17960 (java) D 17957 17957 17292 0 -1 4202560 2975 0 0 0 4 0 0 0 20 0 14 0 8577987 14241079296 5355 18446744073709551615 4194304 4196468 140727975135248 139886678095776 139886673880317 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17961] ppid=17957 vsize=13907304 memory=288230613264378254 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17961/stat : 17961 (java) S 17957 17957 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 8577988 14241079296 5355 18446744073709551615 4194304 4196468 140727975135248 139886273763600 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17962] ppid=17957 vsize=13907304 memory=139641764286439 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17962/stat : 17962 (java) S 17957 17957 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 8577988 14241079296 5355 18446744073709551615 4194304 4196468 140727975135248 139886272711056 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17963] ppid=17957 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17963/stat : 17963 (java) S 17957 17957 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 8577988 14241079296 5355 18446744073709551615 4194304 4196468 140727975135248 139886271658512 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17964] ppid=17957 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17964/stat : 17964 (java) S 17957 17957 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 8577988 14241079296 5355 18446744073709551615 4194304 4196468 140727975135248 139886270605968 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17965] ppid=17957 vsize=13907304 memory=139641764185728 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17965/stat : 17965 (java) S 17957 17957 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 8577989 14241079296 5355 18446744073709551615 4194304 4196468 140727975135248 139886219561456 139886673869442 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17966] ppid=17957 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17966/stat : 17966 (java) S 17957 17957 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 8577990 14241079296 5355 18446744073709551615 4194304 4196468 140727975135248 139886218507680 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17967] ppid=17957 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17967/stat : 17967 (java) S 17957 17957 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 8577990 14241079296 5355 18446744073709551615 4194304 4196468 140727975135248 139886217455088 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17968] ppid=17957 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17968/stat : 17968 (java) S 17957 17957 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 8577992 14241079296 5355 18446744073709551615 4194304 4196468 140727975135248 139886216403664 139886673876891 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17969] ppid=17957 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17969/stat : 17969 (java) S 17957 17957 17292 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 14 0 8577992 14241079296 5355 18446744073709551615 4194304 4196468 140727975135248 139886215350256 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17970] ppid=17957 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17970/stat : 17970 (java) S 17957 17957 17292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 8577993 14241079296 5355 18446744073709551615 4194304 4196468 140727975135248 139886214297712 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17971] ppid=17957 vsize=13907304 memory=139641764185728 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17971/stat : 17971 (java) S 17957 17957 17292 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 14 0 8577993 14241079296 5355 18446744073709551615 4194304 4196468 140727975135248 139886145300720 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17972] ppid=17957 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17972/stat : 17972 (java) S 17957 17957 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 8577993 14241079296 5355 18446744073709551615 4194304 4196468 140727975135248 139886144248416 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 22800 KiB

[startup+0.315908 s]*
/proc/loadavg: 1.74 1.63 1.66 4/214 17973
/proc/meminfo: memFree=31632108/32770624 swapFree=67108860/67108860
[pid=17957] ppid=17954 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17957/stat : 17957 (xcsp3-exec) S 17954 17957 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 8577977 9740288 345 18446744073709551615 4194304 5098028 140724228640096 140724228638200 140334563406460 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 21323776 140724228645242 140724228645446 140724228645446 140724228648939 0
/proc/17957/statm: 2378 345 289 221 0 87 0
[pid=17959] ppid=17957 vsize=13974352 memory=31168 CPUtime=0.2 cores=1,3,5,7
/proc/17959/stat : 17959 (java) S 17957 17957 17292 0 -1 1077944320 6186 0 0 0 18 2 0 0 20 0 15 0 8577987 14309736448 7792 18446744073709551615 4194304 4196468 140727975135248 140727975117792 139886673858295 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
/proc/17959/statm: 3493588 7792 2971 1 0 3482964 0
[pid=17959/tid=17960] ppid=17957 vsize=13974352 memory=8390339637985935414 CPUtime=0.12 cores=1,3,5,7
/proc/17959/task/17960/stat : 17960 (java) R 17957 17957 17292 0 -1 4202560 3498 0 0 0 11 1 0 0 20 0 15 0 8577987 14309736448 7792 18446744073709551615 4194304 4196468 140727975135248 139886678092880 139886673880221 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17961] ppid=17957 vsize=13974352 memory=301741412146489742 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17961/stat : 17961 (java) S 17957 17957 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8577988 14309736448 7792 18446744073709551615 4194304 4196468 140727975135248 139886273763600 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17962] ppid=17957 vsize=13974352 memory=139641764286439 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17962/stat : 17962 (java) S 17957 17957 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8577988 14309736448 7792 18446744073709551615 4194304 4196468 140727975135248 139886272711056 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17963] ppid=17957 vsize=13974352 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17963/stat : 17963 (java) S 17957 17957 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8577988 14309736448 7792 18446744073709551615 4194304 4196468 140727975135248 139886271658512 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17964] ppid=17957 vsize=13974352 memory=3472328296227680303 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17964/stat : 17964 (java) S 17957 17957 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8577988 14309736448 7792 18446744073709551615 4194304 4196468 140727975135248 139886270605968 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17965] ppid=17957 vsize=13974352 memory=4211961217305309175 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17965/stat : 17965 (java) S 17957 17957 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8577989 14309736448 7792 18446744073709551615 4194304 4196468 140727975135248 139886219561456 139886673869442 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17966] ppid=17957 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17966/stat : 17966 (java) S 17957 17957 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8577990 14309736448 7792 18446744073709551615 4194304 4196468 140727975135248 139886218507680 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17967] ppid=17957 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17967/stat : 17967 (java) S 17957 17957 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8577990 14309736448 7792 18446744073709551615 4194304 4196468 140727975135248 139886217455088 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17968] ppid=17957 vsize=13974352 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17968/stat : 17968 (java) S 17957 17957 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8577992 14309736448 7792 18446744073709551615 4194304 4196468 140727975135248 139886216403664 139886673876891 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17969] ppid=17957 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17959/task/17969/stat : 17969 (java) S 17957 17957 17292 0 -1 1077944384 403 0 0 0 2 0 0 0 20 0 15 0 8577992 14309736448 7792 18446744073709551615 4194304 4196468 140727975135248 139886215350256 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17970] ppid=17957 vsize=13974352 memory=3472323898181169199 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17970/stat : 17970 (java) S 17957 17957 17292 0 -1 1077944384 270 0 0 0 0 0 0 0 20 0 15 0 8577993 14309736448 7792 18446744073709551615 4194304 4196468 140727975135248 139886214297712 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17971] ppid=17957 vsize=13974352 memory=139641764185728 CPUtime=0.04 cores=1,3,5,7
/proc/17959/task/17971/stat : 17971 (java) R 17957 17957 17292 0 -1 4202560 712 0 0 0 4 0 0 0 20 0 15 0 8577993 14309736448 7792 18446744073709551615 4194304 4196468 140727975135248 139886145300720 139886658098493 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17972] ppid=17957 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17972/stat : 17972 (java) S 17957 17957 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8577993 14309736448 7792 18446744073709551615 4194304 4196468 140727975135248 139886144248416 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17973] ppid=17957 vsize=13974352 memory=139641764185728 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17973/stat : 17973 (java) S 17957 17957 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8578002 14309736448 7792 18446744073709551615 4194304 4196468 140727975135248 139886143195952 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 32548 KiB

[startup+0.704961 s]
/proc/loadavg: 1.74 1.63 1.66 3/195 17977
/proc/meminfo: memFree=31794556/32770624 swapFree=67108860/67108860
[pid=17957] ppid=17954 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17957/stat : 17957 (xcsp3-exec) S 17954 17957 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 8577977 9740288 345 18446744073709551615 4194304 5098028 140724228640096 140724228638200 140334563406460 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 21323776 140724228645242 140724228645446 140724228645446 140724228648939 0
/proc/17957/statm: 2378 345 289 221 0 87 0
[pid=17959] ppid=17957 vsize=13978684 memory=75556 CPUtime=1.19 cores=1,3,5,7
/proc/17959/stat : 17959 (java) S 17957 17957 17292 0 -1 1077944320 13574 0 0 0 114 5 0 0 20 0 15 0 8577987 14314172416 18889 18446744073709551615 4194304 4196468 140727975135248 140727975117792 139886673858295 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
/proc/17959/statm: 3494671 18889 3159 1 0 3482964 0
[pid=17959/tid=17960] ppid=17957 vsize=13978684 memory=-6510923483710009956 CPUtime=0.49 cores=1,3,5,7
/proc/17959/task/17960/stat : 17960 (java) S 17957 17957 17292 0 -1 1077944384 7942 0 0 0 46 3 0 0 20 0 15 0 8577987 14314172416 18889 18446744073709551615 4194304 4196468 140727975135248 139886678093984 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17961] ppid=17957 vsize=13978684 memory=4640493808270613673 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17961/stat : 17961 (java) S 17957 17957 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8577988 14314172416 18889 18446744073709551615 4194304 4196468 140727975135248 139886273763600 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17962] ppid=17957 vsize=13978684 memory=60 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17962/stat : 17962 (java) S 17957 17957 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8577988 14314172416 18889 18446744073709551615 4194304 4196468 140727975135248 139886272711056 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17963] ppid=17957 vsize=13978684 memory=3 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17963/stat : 17963 (java) S 17957 17957 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8577988 14314172416 18889 18446744073709551615 4194304 4196468 140727975135248 139886271658512 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17964] ppid=17957 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17964/stat : 17964 (java) S 17957 17957 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8577988 14314172416 18889 18446744073709551615 4194304 4196468 140727975135248 139886270605968 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17965] ppid=17957 vsize=13978684 memory=46 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17965/stat : 17965 (java) S 17957 17957 17292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 8577989 14314172416 18889 18446744073709551615 4194304 4196468 140727975135248 139886219561456 139886673869442 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17966] ppid=17957 vsize=13978684 memory=18 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17966/stat : 17966 (java) S 17957 17957 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8577990 14314172416 18889 18446744073709551615 4194304 4196468 140727975135248 139886218507680 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17967] ppid=17957 vsize=13978684 memory=10 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17967/stat : 17967 (java) S 17957 17957 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8577990 14314172416 18889 18446744073709551615 4194304 4196468 140727975135248 139886217455088 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17968] ppid=17957 vsize=13978684 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17968/stat : 17968 (java) S 17957 17957 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8577992 14314172416 18889 18446744073709551615 4194304 4196468 140727975135248 139886216403664 139886673876891 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17969] ppid=17957 vsize=13978684 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/17959/task/17969/stat : 17969 (java) S 17957 17957 17292 0 -1 1077944384 957 0 0 0 15 0 0 0 20 0 15 0 8577992 14314172416 18889 18446744073709551615 4194304 4196468 140727975135248 139886215343280 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17970] ppid=17957 vsize=13978684 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/17959/task/17970/stat : 17970 (java) R 17957 17957 17292 0 -1 4202560 1591 0 0 0 23 0 0 0 20 0 15 0 8577993 14314172416 18889 18446744073709551615 4194304 4196468 140727975135248 139886214281024 139886658966002 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17971] ppid=17957 vsize=13978684 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/17959/task/17971/stat : 17971 (java) R 17957 17957 17292 0 -1 1077944384 1777 0 0 0 28 1 0 0 20 0 15 0 8577993 14314172416 18889 18446744073709551615 4194304 4196468 140727975135248 139886145298256 139886673868501 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17972] ppid=17957 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17972/stat : 17972 (java) S 17957 17957 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8577993 14314172416 18889 18446744073709551615 4194304 4196468 140727975135248 139886144248416 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17973] ppid=17957 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17973/stat : 17973 (java) S 17957 17957 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8578002 14314172416 18889 18446744073709551615 4194304 4196468 140727975135248 139886143195952 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 76936 KiB

[startup+1.50095 s]
/proc/loadavg: 1.74 1.63 1.66 3/196 18007
/proc/meminfo: memFree=31741604/32770624 swapFree=67108860/67108860
[pid=17957] ppid=17954 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17957/stat : 17957 (xcsp3-exec) S 17954 17957 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 8577977 9740288 345 18446744073709551615 4194304 5098028 140724228640096 140724228638200 140334563406460 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 21323776 140724228645242 140724228645446 140724228645446 140724228648939 0
/proc/17957/statm: 2378 345 289 221 0 87 0
[pid=17959] ppid=17957 vsize=13980732 memory=124508 CPUtime=3.72 cores=1,3,5,7
/proc/17959/stat : 17959 (java) S 17957 17957 17292 0 -1 1077944320 25413 0 0 0 364 8 0 0 20 0 15 0 8577987 14316269568 31127 18446744073709551615 4194304 4196468 140727975135248 140727975117792 139886673858295 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
/proc/17959/statm: 3495183 31127 3196 1 0 3483476 0
[pid=17959/tid=17960] ppid=17957 vsize=13980732 memory=288291090765972728 CPUtime=1.28 cores=1,3,5,7
/proc/17959/task/17960/stat : 17960 (java) R 17957 17957 17292 0 -1 4202560 9796 0 0 0 124 4 0 0 20 0 15 0 8577987 14316269568 31127 18446744073709551615 4194304 4196468 140727975135248 139886678094584 139886302747377 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17961] ppid=17957 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17961/stat : 17961 (java) S 17957 17957 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8577988 14316269568 31127 18446744073709551615 4194304 4196468 140727975135248 139886273763600 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17962] ppid=17957 vsize=13980732 memory=103208 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17962/stat : 17962 (java) S 17957 17957 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8577988 14316269568 31127 18446744073709551615 4194304 4196468 140727975135248 139886272711056 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17963] ppid=17957 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17963/stat : 17963 (java) S 17957 17957 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8577988 14316269568 31127 18446744073709551615 4194304 4196468 140727975135248 139886271658512 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17964] ppid=17957 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17964/stat : 17964 (java) S 17957 17957 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8577988 14316269568 31127 18446744073709551615 4194304 4196468 140727975135248 139886270605968 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17965] ppid=17957 vsize=13980732 memory=279283335478784 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17965/stat : 17965 (java) S 17957 17957 17292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 8577989 14316269568 31127 18446744073709551615 4194304 4196468 140727975135248 139886219561456 139886673869442 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17966] ppid=17957 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17966/stat : 17966 (java) S 17957 17957 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8577990 14316269568 31127 18446744073709551615 4194304 4196468 140727975135248 139886218507680 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17967] ppid=17957 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17967/stat : 17967 (java) S 17957 17957 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8577990 14316269568 31127 18446744073709551615 4194304 4196468 140727975135248 139886217455088 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17968] ppid=17957 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/17959/task/17967/stat : 17967 (java) S 17957 17957 17292 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 8577990 14316269568 45198 18446744073709551615 4194304 4196468 140727975135248 139886217455088 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17968] ppid=17957 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17968/stat : 17968 (java) S 17957 17957 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8577992 14316269568 45198 18446744073709551615 4194304 4196468 140727975135248 139886216403664 139886673876891 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17969] ppid=17957 vsize=13980732 memory=1380 CPUtime=4.83 cores=1,3,5,7
/proc/17959/task/17969/stat : 17969 (java) S 17957 17957 17292 0 -1 1077944384 21472 0 0 0 481 2 0 0 20 0 15 0 8577992 14316269568 45198 18446744073709551615 4194304 4196468 140727975135248 139886215350256 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17970] ppid=17957 vsize=13980732 memory=180792 CPUtime=5.41 cores=1,3,5,7
/proc/17959/task/17970/stat : 17970 (java) S 17957 17957 17292 0 -1 1077944384 23089 0 0 0 538 3 0 0 20 0 15 0 8577993 14316269568 45198 18446744073709551615 4194304 4196468 140727975135248 139886214297712 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17971] ppid=17957 vsize=13980732 memory=4288 CPUtime=0.83 cores=1,3,5,7
/proc/17959/task/17971/stat : 17971 (java) S 17957 17957 17292 0 -1 1077944384 8065 0 0 0 82 1 0 0 20 0 15 0 8577993 14316269568 45198 18446744073709551615 4194304 4196468 140727975135248 139886145300720 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17972] ppid=17957 vsize=13980732 memory=928 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17972/stat : 17972 (java) S 17957 17957 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8577993 14316269568 45198 18446744073709551615 4194304 4196468 140727975135248 139886144248416 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17973] ppid=17957 vsize=13980732 memory=180792 CPUtime=0.47 cores=1,3,5,7
/proc/17959/task/17973/stat : 17973 (java) S 17957 17957 17292 0 -1 1077944384 1299 0 0 0 19 28 0 0 20 0 15 0 8578002 14316269568 45198 18446744073709551615 4194304 4196468 140727975135248 139886143195952 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
Current children cumulated CPU time: 2453.99 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 182172 KiB

[startup+2502.3 s]
/proc/loadavg: 1.83 1.91 1.88 3/212 18212
/proc/meminfo: memFree=31470636/32770624 swapFree=67108860/67108860
[pid=17957] ppid=17954 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17957/stat : 17957 (xcsp3-exec) S 17954 17957 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 8577977 9740288 345 18446744073709551615 4194304 5098028 140724228640096 140724228638200 140334563406460 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 21323776 140724228645242 140724228645446 140724228645446 140724228648939 0
/proc/17957/statm: 2378 345 289 221 0 87 0
[pid=17959] ppid=17957 vsize=13980732 memory=182840 CPUtime=2514.01 cores=1,3,5,7
/proc/17959/stat : 17959 (java) S 17957 17957 17292 0 -1 1077944320 97291 0 0 0 251353 48 0 0 20 0 15 0 8577987 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 140727975117792 139886673858295 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
/proc/17959/statm: 3495183 45710 3248 1 0 3483476 0
[pid=17959/tid=17960] ppid=17957 vsize=13980732 memory=182840 CPUtime=2501.69 cores=1,3,5,7
/proc/17959/task/17960/stat : 17960 (java) R 17957 17957 17292 0 -1 4202560 23381 0 0 0 250162 7 0 0 20 0 15 0 8577987 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886678097648 139886306203209 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17961] ppid=17957 vsize=13980732 memory=1380 CPUtime=0.13 cores=1,3,5,7
/proc/17959/task/17961/stat : 17961 (java) S 17957 17957 17292 0 -1 1077944384 2366 0 0 0 11 2 0 0 20 0 15 0 8577988 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886273763600 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17962] ppid=17957 vsize=13980732 memory=1380 CPUtime=0.13 cores=1,3,5,7
/proc/17959/task/17962/stat : 17962 (java) S 17957 17957 17292 0 -1 1077944384 4706 0 0 0 12 1 0 0 20 0 15 0 8577988 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886272711056 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17963] ppid=17957 vsize=13980732 memory=1380 CPUtime=0.14 cores=1,3,5,7
/proc/17959/task/17963/stat : 17963 (java) S 17957 17957 17292 0 -1 1077944384 3758 0 0 0 12 2 0 0 20 0 15 0 8577988 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886271658512 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17964] ppid=17957 vsize=13980732 memory=1380 CPUtime=0.14 cores=1,3,5,7
/proc/17959/task/17964/stat : 17964 (java) S 17957 17957 17292 0 -1 1077944384 2942 0 0 0 12 2 0 0 20 0 15 0 8577988 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886270605968 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17965] ppid=17957 vsize=13980732 memory=1380 CPUtime=0.14 cores=1,3,5,7
/proc/17959/task/17965/stat : 17965 (java) S 17957 17957 17292 0 -1 1077944384 4805 0 0 0 11 3 0 0 20 0 15 0 8577989 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886219561456 139886673869442 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17966] ppid=17957 vsize=13980732 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17966/stat : 17966 (java) S 17957 17957 17292 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 8577990 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886218507680 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17967] ppid=17957 vsize=13980732 memory=952 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17967/stat : 17967 (java) S 17957 17957 17292 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 8577990 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886217455088 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17968] ppid=17957 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17968/stat : 17968 (java) S 17957 17957 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8577992 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886216403664 139886673876891 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17969] ppid=17957 vsize=13980732 memory=1380 CPUtime=4.83 cores=1,3,5,7
/proc/17959/task/17969/stat : 17969 (java) S 17957 17957 17292 0 -1 1077944384 21475 0 0 0 481 2 0 0 20 0 15 0 8577992 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886215350256 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17970] ppid=17957 vsize=13980732 memory=1380 CPUtime=5.41 cores=1,3,5,7
/proc/17959/task/17970/stat : 17970 (java) S 17957 17957 17292 0 -1 1077944384 23091 0 0 0 538 3 0 0 20 0 15 0 8577993 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886214297712 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17971] ppid=17957 vsize=13980732 memory=182840 CPUtime=0.83 cores=1,3,5,7
/proc/17959/task/17971/stat : 17971 (java) S 17957 17957 17292 0 -1 1077944384 8067 0 0 0 82 1 0 0 20 0 15 0 8577993 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886145300720 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17972] ppid=17957 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17972/stat : 17972 (java) S 17957 17957 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8577993 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886144248416 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17973] ppid=17957 vsize=13980732 memory=182840 CPUtime=0.48 cores=1,3,5,7
/proc/17959/task/17973/stat : 17973 (java) S 17957 17957 17292 0 -1 1077944384 1318 0 0 0 20 28 0 0 20 0 15 0 8578002 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886143195952 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
Current children cumulated CPU time: 2514.01 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 184220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2508.3 s]
/proc/loadavg: 1.70 1.88 1.87 3/212 18212
/proc/meminfo: memFree=31468712/32770624 swapFree=67108860/67108860
[pid=17957] ppid=17954 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17957/stat : 17957 (xcsp3-exec) S 17954 17957 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 8577977 9740288 345 18446744073709551615 4194304 5098028 140724228640096 140724228638200 140334563406460 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 21323776 140724228645242 140724228645446 140724228645446 140724228648939 0
/proc/17957/statm: 2378 345 289 221 0 87 0
[pid=17959] ppid=17957 vsize=13980732 memory=182840 CPUtime=2520.01 cores=1,3,5,7
/proc/17959/stat : 17959 (java) S 17957 17957 17292 0 -1 1077944320 97294 0 0 0 251953 48 0 0 20 0 15 0 8577987 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 140727975117792 139886673858295 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
/proc/17959/statm: 3495183 45710 3248 1 0 3483476 0
[pid=17959/tid=17960] ppid=17957 vsize=13980732 memory=182840 CPUtime=2507.69 cores=1,3,5,7
/proc/17959/task/17960/stat : 17960 (java) R 17957 17957 17292 0 -1 4202560 23382 0 0 0 250762 7 0 0 20 0 15 0 8577987 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886678097760 139886306202620 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17961] ppid=17957 vsize=13980732 memory=1380 CPUtime=0.13 cores=1,3,5,7
/proc/17959/task/17961/stat : 17961 (java) S 17957 17957 17292 0 -1 1077944384 2366 0 0 0 11 2 0 0 20 0 15 0 8577988 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886273763600 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17962] ppid=17957 vsize=13980732 memory=1380 CPUtime=0.13 cores=1,3,5,7
/proc/17959/task/17962/stat : 17962 (java) S 17957 17957 17292 0 -1 1077944384 4706 0 0 0 12 1 0 0 20 0 15 0 8577988 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886272711056 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17963] ppid=17957 vsize=13980732 memory=182840 CPUtime=0.14 cores=1,3,5,7
/proc/17959/task/17963/stat : 17963 (java) S 17957 17957 17292 0 -1 1077944384 3758 0 0 0 12 2 0 0 20 0 15 0 8577988 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886271658512 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17964] ppid=17957 vsize=13980732 memory=1380 CPUtime=0.14 cores=1,3,5,7
/proc/17959/task/17964/stat : 17964 (java) S 17957 17957 17292 0 -1 1077944384 2942 0 0 0 12 2 0 0 20 0 15 0 8577988 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886270605968 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17965] ppid=17957 vsize=13980732 memory=1380 CPUtime=0.14 cores=1,3,5,7
/proc/17959/task/17965/stat : 17965 (java) S 17957 17957 17292 0 -1 1077944384 4805 0 0 0 11 3 0 0 20 0 15 0 8577989 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886219561456 139886673869442 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17966] ppid=17957 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17966/stat : 17966 (java) S 17957 17957 17292 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 8577990 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886218507680 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17967] ppid=17957 vsize=13980732 memory=182840 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17967/stat : 17967 (java) S 17957 17957 17292 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 8577990 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886217455088 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17968] ppid=17957 vsize=13980732 memory=182840 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17968/stat : 17968 (java) S 17957 17957 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8577992 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886216403664 139886673876891 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17969] ppid=17957 vsize=13980732 memory=4124 CPUtime=4.83 cores=1,3,5,7
/proc/17959/task/17969/stat : 17969 (java) S 17957 17957 17292 0 -1 1077944384 21475 0 0 0 481 2 0 0 20 0 15 0 8577992 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886215350256 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17970] ppid=17957 vsize=13980732 memory=1380 CPUtime=5.41 cores=1,3,5,7
/proc/17959/task/17970/stat : 17970 (java) S 17957 17957 17292 0 -1 1077944384 23091 0 0 0 538 3 0 0 20 0 15 0 8577993 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886214297712 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17971] ppid=17957 vsize=13980732 memory=182840 CPUtime=0.83 cores=1,3,5,7
/proc/17959/task/17971/stat : 17971 (java) S 17957 17957 17292 0 -1 1077944384 8067 0 0 0 82 1 0 0 20 0 15 0 8577993 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886145300720 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17972] ppid=17957 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17972/stat : 17972 (java) S 17957 17957 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8577993 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886144248416 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17973] ppid=17957 vsize=13980732 memory=1380 CPUtime=0.48 cores=1,3,5,7
/proc/17959/task/17973/stat : 17973 (java) S 17957 17957 17292 0 -1 1077944384 1320 0 0 0 20 28 0 0 20 0 15 0 8578002 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886143195952 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 184220 KiB

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

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

[startup+2508.32 s]
# the end of solver process 17959 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.55 s, system=0.490007 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

[startup+2508.3 s]
/proc/loadavg: 1.70 1.88 1.87 3/212 18212
/proc/meminfo: memFree=31468712/32770624 swapFree=67108860/67108860
[pid=17957] ppid=17954 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17957/stat : 17957 (xcsp3-exec) S 17954 17957 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 8577977 9740288 345 18446744073709551615 4194304 5098028 140724228640096 140724228638200 140334563406460 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 21323776 140724228645242 140724228645446 140724228645446 140724228648939 0
/proc/17957/statm: 2378 345 289 221 0 87 0
[pid=17959] ppid=17957 vsize=13980732 memory=182840 CPUtime=2520.01 cores=1,3,5,7
/proc/17959/stat : 17959 (java) S 17957 17957 17292 0 -1 1077944320 97294 0 0 0 251953 48 0 0 20 0 15 0 8577987 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 140727975117792 139886673858295 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
/proc/17959/statm: 3495183 45710 3248 1 0 3483476 0
[pid=17959/tid=17960] ppid=17957 vsize=13980732 memory=182840 CPUtime=2507.69 cores=1,3,5,7
/proc/17959/task/17960/stat : 17960 (java) R 17957 17957 17292 0 -1 4202560 23382 0 0 0 250762 7 0 0 20 0 15 0 8577987 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886678097760 139886306202620 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17961] ppid=17957 vsize=13980732 memory=1380 CPUtime=0.13 cores=1,3,5,7
/proc/17959/task/17961/stat : 17961 (java) S 17957 17957 17292 0 -1 1077944384 2366 0 0 0 11 2 0 0 20 0 15 0 8577988 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886273763600 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17962] ppid=17957 vsize=13980732 memory=1380 CPUtime=0.13 cores=1,3,5,7
/proc/17959/task/17962/stat : 17962 (java) S 17957 17957 17292 0 -1 1077944384 4706 0 0 0 12 1 0 0 20 0 15 0 8577988 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886272711056 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17963] ppid=17957 vsize=13980732 memory=182840 CPUtime=0.14 cores=1,3,5,7
/proc/17959/task/17963/stat : 17963 (java) S 17957 17957 17292 0 -1 1077944384 3758 0 0 0 12 2 0 0 20 0 15 0 8577988 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886271658512 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17964] ppid=17957 vsize=13980732 memory=1380 CPUtime=0.14 cores=1,3,5,7
/proc/17959/task/17964/stat : 17964 (java) S 17957 17957 17292 0 -1 1077944384 2942 0 0 0 12 2 0 0 20 0 15 0 8577988 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886270605968 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17965] ppid=17957 vsize=13980732 memory=1380 CPUtime=0.14 cores=1,3,5,7
/proc/17959/task/17965/stat : 17965 (java) S 17957 17957 17292 0 -1 1077944384 4805 0 0 0 11 3 0 0 20 0 15 0 8577989 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886219561456 139886673869442 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17966] ppid=17957 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17966/stat : 17966 (java) S 17957 17957 17292 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 8577990 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886218507680 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17967] ppid=17957 vsize=13980732 memory=182840 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17967/stat : 17967 (java) S 17957 17957 17292 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 8577990 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886217455088 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17968] ppid=17957 vsize=13980732 memory=182840 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17968/stat : 17968 (java) S 17957 17957 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8577992 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886216403664 139886673876891 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17969] ppid=17957 vsize=13980732 memory=4124 CPUtime=4.83 cores=1,3,5,7
/proc/17959/task/17969/stat : 17969 (java) S 17957 17957 17292 0 -1 1077944384 21475 0 0 0 481 2 0 0 20 0 15 0 8577992 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886215350256 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17970] ppid=17957 vsize=13980732 memory=1380 CPUtime=5.41 cores=1,3,5,7
/proc/17959/task/17970/stat : 17970 (java) S 17957 17957 17292 0 -1 1077944384 23091 0 0 0 538 3 0 0 20 0 15 0 8577993 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886214297712 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17971] ppid=17957 vsize=13980732 memory=182840 CPUtime=0.83 cores=1,3,5,7
/proc/17959/task/17971/stat : 17971 (java) S 17957 17957 17292 0 -1 1077944384 8067 0 0 0 82 1 0 0 20 0 15 0 8577993 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886145300720 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17972] ppid=17957 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17959/task/17972/stat : 17972 (java) S 17957 17957 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8577993 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886144248416 139886673868501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
[pid=17959/tid=17973] ppid=17957 vsize=13980732 memory=1380 CPUtime=0.48 cores=1,3,5,7
/proc/17959/task/17973/stat : 17973 (java) S 17957 17957 17292 0 -1 1077944384 1320 0 0 0 20 28 0 0 20 0 15 0 8578002 14316269568 45710 18446744073709551615 4194304 4196468 140727975135248 139886143195952 139886673869442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14639104 140727975137714 140727975137890 140727975137890 140727975141327 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 184220 KiB

Child status: 143
Real time (s): 2508.32
CPU time (s): 2520.04
CPU user time (s): 2519.55
CPU system time (s): 0.490007
CPU usage (%): 100.467
Max. virtual memory (cumulated for all children) (KiB): 13992120
Max. memory (cumulated for all children) (KiB): 276000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.55
system time used= 0.490007
maximum resident set size= 276160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98123
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60014
involuntary context switches= 826


# summary of solver processes directly reported to runsolver:
#   pid: 17957,17959
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2519.55
#   total CPU system time (s): 0.490007

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0398 second user time and 21.6915 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-19 02:00:51
IDJOB=4282689
IDBENCH=115837
IDSOLVER=2677
FILE ID=node129/4282689-1503101688
RUNJOBID= node129-1503095823-17351
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-20-20-8.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4282689-1503101688/watcher-4282689-1503101688 -o /tmp/evaluation-result-4282689-1503101688/solver-4282689-1503101688 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17351 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 298061094 HOME/instance-4282689-1503101688.xml

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

MD5SUM BENCH= 9893704bf12390d346d425cfade6032e
RANDOM SEED=298061094

node129.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.73
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.73
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.73
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.73
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:        31651100 kB
MemAvailable:   31849296 kB
Buffers:          147020 kB
Cached:           333844 kB
SwapCached:            0 kB
Active:           387804 kB
Inactive:         328852 kB
Active(anon):     236072 kB
Inactive(anon):     8556 kB
Active(file):     151732 kB
Inactive(file):   320296 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7784 kB
Writeback:             0 kB
AnonPages:        235508 kB
Mapped:            43832 kB
Shmem:              8868 kB
Slab:             108412 kB
SReclaimable:      84008 kB
SUnreclaim:        24404 kB
KernelStack:        3456 kB
PageTables:         5756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1152496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 62000 MiB
End job on node129 at 2017-08-19 02:42:40