Trace number 4283141

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) 249.18201 240.02499

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.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283141-1503210285.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4283141-1503210285.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.34/0.35	c parse instance...
1.01/0.60	c solve instance...
249.16/240.00	s UNKNOWN
249.16/240.00	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 (12348 MiB free)
  memory of node 1: 16384 MiB (13675 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283141-1503210285/watcher-4283141-1503210285 -o /tmp/evaluation-result-4283141-1503210285/solver-4283141-1503210285 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node115-1503208459-21141 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1714754993 HOME/instance-4283141-1503210285.xml 

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

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


[startup+0.10014 s]*
/proc/loadavg: 1.96 1.90 1.41 4/218 21881
/proc/meminfo: memFree=26625624/32770624 swapFree=67108860/67108860
[pid=21865] ppid=21862 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/21865/stat : 21865 (xcsp3-exec) S 21862 21865 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154116009 9740288 346 33554432000 4194304 5098028 140736425535072 140736425533176 140714983694972 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28135424 140736425538676 140736425538880 140736425538880 140736425541611 0
/proc/21865/statm: 2378 346 289 221 0 87 0
[pid=21867] ppid=21865 vsize=13978596 memory=28084 CPUtime=0.12 cores=1,3,5,7
/proc/21867/stat : 21867 (java) S 21865 21865 21109 0 -1 1077944320 5379 0 0 0 11 1 0 0 20 0 15 0 154116010 14314082304 7021 33554432000 4194304 4196468 140726693000560 140726692983104 139725931114231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
/proc/21867/statm: 3494649 7021 2870 1 0 3482966 0
[pid=21867/tid=21868] ppid=21865 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/21867/task/21868/stat : 21868 (java) R 21865 21865 21109 0 -1 4202560 3393 0 0 0 9 0 0 0 20 0 15 0 154116010 14314082304 7086 33554432000 4194304 4196468 140726693000560 139725935340768 139725931135578 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21869] ppid=21865 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21869/stat : 21869 (java) S 21865 21865 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154116011 14314082304 7086 33554432000 4194304 4196468 140726693000560 139725526874896 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21870] ppid=21865 vsize=13978596 memory=139944655271552 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21870/stat : 21870 (java) S 21865 21865 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154116011 14314082304 7086 33554432000 4194304 4196468 140726693000560 139725525822352 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21871] ppid=21865 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21871/stat : 21871 (java) S 21865 21865 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154116011 14314082304 7086 33554432000 4194304 4196468 140726693000560 139725524769808 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21872] ppid=21865 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21872/stat : 21872 (java) S 21865 21865 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154116011 14314082304 7086 33554432000 4194304 4196468 140726693000560 139725523717264 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21873] ppid=21865 vsize=13978596 memory=139944655271552 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21873/stat : 21873 (java) S 21865 21865 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154116012 14314082304 7086 33554432000 4194304 4196468 140726693000560 139725405345776 139725931125378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21874] ppid=21865 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21874/stat : 21874 (java) S 21865 21865 21109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154116012 14314082304 7086 33554432000 4194304 4196468 140726693000560 139725404292000 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21875] ppid=21865 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21875/stat : 21875 (java) S 21865 21865 21109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154116013 14314082304 7086 33554432000 4194304 4196468 140726693000560 139725403239408 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21876] ppid=21865 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21876/stat : 21876 (java) S 21865 21865 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154116015 14314082304 7086 33554432000 4194304 4196468 140726693000560 139725402187984 139725931132827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21877] ppid=21865 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21877/stat : 21877 (java) S 21865 21865 21109 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 154116015 14314082304 7086 33554432000 4194304 4196468 140726693000560 139725401135600 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21878] ppid=21865 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21878/stat : 21878 (java) S 21865 21865 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154116015 14314082304 7086 33554432000 4194304 4196468 140726693000560 139725400083056 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21879] ppid=21865 vsize=13978596 memory=139944655271552 CPUtime=0.01 cores=1,3,5,7
/proc/21867/task/21879/stat : 21879 (java) R 21865 21865 21109 0 -1 4202560 313 0 0 0 1 0 0 0 20 0 15 0 154116015 14314082304 7086 33554432000 4194304 4196468 140726693000560 139725399030512 139725924211067 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21880] ppid=21865 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21880/stat : 21880 (java) S 21865 21865 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154116015 14314082304 7086 33554432000 4194304 4196468 140726693000560 139725397978208 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21881] ppid=21865 vsize=13978596 memory=139944655271552 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21881/stat : 21881 (java) S 21865 21865 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154116015 14314082304 7086 33554432000 4194304 4196468 140726693000560 139725396924720 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29468 KiB

[startup+0.210619 s]*
/proc/loadavg: 1.96 1.90 1.41 5/218 21881
/proc/meminfo: memFree=26593376/32770624 swapFree=67108860/67108860
[pid=21865] ppid=21862 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/21865/stat : 21865 (xcsp3-exec) S 21862 21865 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154116009 9740288 346 33554432000 4194304 5098028 140736425535072 140736425533176 140714983694972 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28135424 140736425538676 140736425538880 140736425538880 140736425541611 0
/proc/21865/statm: 2378 346 289 221 0 87 0
[pid=21867] ppid=21865 vsize=13982852 memory=40788 CPUtime=0.34 cores=1,3,5,7
/proc/21867/stat : 21867 (java) S 21865 21865 21109 0 -1 1077944320 8264 0 0 0 32 2 0 0 20 0 15 0 154116010 14318440448 10197 33554432000 4194304 4196468 140726693000560 140726692983104 139725931114231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
/proc/21867/statm: 3495713 10197 3078 1 0 3482966 0
[pid=21867/tid=21868] ppid=21865 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/21867/task/21868/stat : 21868 (java) D 21865 21865 21109 0 -1 1077944384 5382 0 0 0 18 1 0 0 20 0 15 0 154116010 14318440448 10197 33554432000 4194304 4196468 140726693000560 139725935325024 139725923793453 0 4 0 16800975 18446744072101580324 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21869] ppid=21865 vsize=13982852 memory=9005 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21869/stat : 21869 (java) S 21865 21865 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154116011 14318440448 10197 33554432000 4194304 4196468 140726693000560 139725526874896 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21870] ppid=21865 vsize=13982852 memory=139944656014213 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21870/stat : 21870 (java) S 21865 21865 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154116011 14318440448 10197 33554432000 4194304 4196468 140726693000560 139725525822352 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21871] ppid=21865 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21871/stat : 21871 (java) S 21865 21865 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154116011 14318440448 10197 33554432000 4194304 4196468 140726693000560 139725524769808 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21872] ppid=21865 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21872/stat : 21872 (java) S 21865 21865 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154116011 14318440448 10197 33554432000 4194304 4196468 140726693000560 139725523717264 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21873] ppid=21865 vsize=13982884 memory=139944655271552 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21873/stat : 21873 (java) S 21865 21865 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154116012 14318473216 10197 33554432000 4194304 4196468 140726693000560 139725405345776 139725931125378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21874] ppid=21865 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21874/stat : 21874 (java) S 21865 21865 21109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154116012 14318473216 10197 33554432000 4194304 4196468 140726693000560 139725404292000 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21875] ppid=21865 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21875/stat : 21875 (java) S 21865 21865 21109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154116013 14318440448 10197 33554432000 4194304 4196468 140726693000560 139725403239408 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21876] ppid=21865 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21876/stat : 21876 (java) S 21865 21865 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154116015 14318440448 10197 33554432000 4194304 4196468 140726693000560 139725402187984 139725931132827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21877] ppid=21865 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21867/task/21877/stat : 21877 (java) S 21865 21865 21109 0 -1 1077944384 699 0 0 0 2 0 0 0 20 0 15 0 154116015 14318440448 10197 33554432000 4194304 4196468 140726693000560 139725401135600 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21878] ppid=21865 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/21867/task/21878/stat : 21878 (java) S 21865 21865 21109 0 -1 1077944384 156 0 0 0 2 0 0 0 20 0 15 0 154116015 14318440448 10197 33554432000 4194304 4196468 140726693000560 139725400083056 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21879] ppid=21865 vsize=13982852 memory=139944655271552 CPUtime=0.08 cores=1,3,5,7
/proc/21867/task/21879/stat : 21879 (java) S 21865 21865 21109 0 -1 1077944384 729 0 0 0 8 0 0 0 20 0 15 0 154116015 14318440448 10197 33554432000 4194304 4196468 140726693000560 139725399030512 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21880] ppid=21865 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21880/stat : 21880 (java) S 21865 21865 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154116015 14318440448 10197 33554432000 4194304 4196468 140726693000560 139725397978208 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21881] ppid=21865 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21881/stat : 21881 (java) S 21865 21865 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154116015 14318440448 10197 33554432000 4194304 4196468 140726693000560 139725396924720 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42172 KiB

[startup+0.448594 s]*
/proc/loadavg: 1.96 1.90 1.41 5/218 21881
/proc/meminfo: memFree=26573148/32770624 swapFree=67108860/67108860
[pid=21865] ppid=21862 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/21865/stat : 21865 (xcsp3-exec) S 21862 21865 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154116009 9740288 346 33554432000 4194304 5098028 140736425535072 140736425533176 140714983694972 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28135424 140736425538676 140736425538880 140736425538880 140736425541611 0
/proc/21865/statm: 2378 346 289 221 0 87 0
[pid=21867] ppid=21865 vsize=13982928 memory=57400 CPUtime=0.86 cores=1,3,5,7
/proc/21867/stat : 21867 (java) S 21865 21865 21109 0 -1 1077944320 10002 0 0 0 83 3 0 0 20 0 15 0 154116010 14318518272 14350 33554432000 4194304 4196468 140726693000560 140726692983104 139725931114231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
/proc/21867/statm: 3495732 14350 3159 1 0 3482966 0
[pid=21867/tid=21868] ppid=21865 vsize=13982928 memory=6791534058613427641 CPUtime=0.43 cores=1,3,5,7
/proc/21867/task/21868/stat : 21868 (java) R 21865 21865 21109 0 -1 4202560 6365 0 0 0 41 2 0 0 20 0 15 0 154116010 14318518272 14350 33554432000 4194304 4196468 140726693000560 139725935352976 139725915194718 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21869] ppid=21865 vsize=13982928 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21869/stat : 21869 (java) S 21865 21865 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154116011 14318518272 14350 33554432000 4194304 4196468 140726693000560 139725526874896 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21870] ppid=21865 vsize=13982928 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21870/stat : 21870 (java) S 21865 21865 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154116011 14318518272 14350 33554432000 4194304 4196468 140726693000560 139725525822352 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21871] ppid=21865 vsize=13982928 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21871/stat : 21871 (java) S 21865 21865 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154116011 14318518272 14350 33554432000 4194304 4196468 140726693000560 139725524769808 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21872] ppid=21865 vsize=13982928 memory=7593697182111006371 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21872/stat : 21872 (java) S 21865 21865 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154116011 14318518272 14350 33554432000 4194304 4196468 140726693000560 139725523717264 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21873] ppid=21865 vsize=13982928 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21873/stat : 21873 (java) S 21865 21865 21109 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 154116012 14318518272 14350 33554432000 4194304 4196468 140726693000560 139725405345776 139725931125378 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21874] ppid=21865 vsize=13982928 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21874/stat : 21874 (java) S 21865 21865 21109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154116012 14318518272 14350 33554432000 4194304 4196468 140726693000560 139725404292000 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21875] ppid=21865 vsize=13982928 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21875/stat : 21875 (java) S 21865 21865 21109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154116013 14318518272 14350 33554432000 4194304 4196468 140726693000560 139725403239408 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21876] ppid=21865 vsize=13982928 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21876/stat : 21876 (java) S 21865 21865 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154116015 14318518272 14350 33554432000 4194304 4196468 140726693000560 139725402187984 139725931132827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21877] ppid=21865 vsize=13982928 memory=4713750055892520310 CPUtime=0.08 cores=1,3,5,7
/proc/21867/task/21877/stat : 21877 (java) S 21865 21865 21109 0 -1 1077944384 855 0 0 0 8 0 0 0 20 0 15 0 154116015 14318518272 14350 33554432000 4194304 4196468 140726693000560 139725401135600 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21878] ppid=21865 vsize=13982928 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21867/task/21878/stat : 21878 (java) R 21865 21865 21109 0 -1 4202560 356 0 0 0 9 0 0 0 20 0 15 0 154116015 14318518272 14350 33554432000 4194304 4196468 140726693000560 139725400073168 139725910358118 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21879] ppid=21865 vsize=13982928 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/21867/task/21879/stat : 21879 (java) R 21865 21865 21109 0 -1 1077944384 1117 0 0 0 23 0 0 0 20 0 15 0 154116015 14318518272 14350 33554432000 4194304 4196468 140726693000560 139725399030608 139725931124437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21880] ppid=21865 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21880/stat : 21880 (java) S 21865 21865 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154116015 14318518272 14350 33554432000 4194304 4196468 140726693000560 139725397978208 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21881] ppid=21865 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21881/stat : 21881 (java) S 21865 21865 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154116015 14318518272 14350 33554432000 4194304 4196468 140726693000560 139725396924720 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 58784 KiB

[startup+0.711327 s]
/proc/loadavg: 1.96 1.90 1.41 7/218 21881
/proc/meminfo: memFree=26552144/32770624 swapFree=67108860/67108860
[pid=21865] ppid=21862 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/21865/stat : 21865 (xcsp3-exec) S 21862 21865 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154116009 9740288 346 33554432000 4194304 5098028 140736425535072 140736425533176 140714983694972 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28135424 140736425538676 140736425538880 140736425538880 140736425541611 0
/proc/21865/statm: 2378 346 289 221 0 87 0
[pid=21867] ppid=21865 vsize=13984976 memory=71128 CPUtime=1.54 cores=1,3,5,7
/proc/21867/stat : 21867 (java) S 21865 21865 21109 0 -1 1077944320 12028 0 0 0 150 4 0 0 20 0 15 0 154116010 14320615424 17782 33554432000 4194304 4196468 140726693000560 140726692983104 139725931114231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
/proc/21867/statm: 3496244 17782 3204 1 0 3483478 0
[pid=21867/tid=21868] ppid=21865 vsize=13984976 memory=13569292880847920 CPUtime=0.67 cores=1,3,5,7
/proc/21867/task/21868/stat : 21868 (java) R 21865 21865 21109 0 -1 4202560 6904 0 0 0 65 2 0 0 20 0 15 0 154116010 14320615424 17782 33554432000 4194304 4196468 140726693000560 139725935349744 139725572820975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21869] ppid=21865 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21869/stat : 21869 (java) S 21865 21865 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154116011 14320615424 17782 33554432000 4194304 4196468 140726693000560 139725526874896 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21870] ppid=21865 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21870/stat : 21870 (java) S 21865 21865 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154116011 14320615424 17782 33554432000 4194304 4196468 140726693000560 139725525822352 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21871] ppid=21865 vsize=13984976 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21871/stat : 21871 (java) S 21865 21865 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154116011 14320615424 17782 33554432000 4194304 4196468 140726693000560 139725524769808 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21872] ppid=21865 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21872/stat : 21872 (java) S 21865 21865 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154116011 14320615424 17782 33554432000 4194304 4196468 140726693000560 139725523717264 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21873] ppid=21865 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21873/stat : 21873 (java) S 21865 21865 21109 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 154116012 14320615424 17782 33554432000 4194304 4196468 140726693000560 139725405345776 139725931125378 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21874] ppid=21865 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21874/stat : 21874 (java) S 21865 21865 21109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154116012 14320615424 17782 33554432000 4194304 4196468 140726693000560 139725404292000 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21875] ppid=21865 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21875/stat : 21875 (java) S 21865 21865 21109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154116013 14320615424 17782 33554432000 4194304 4196468 140726693000560 139725403239408 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21876] ppid=21865 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21876/stat : 21876 (java) S 21865 21865 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154116015 14320615424 17782 33554432000 4194304 4196468 140726693000560 139725402187984 139725931132827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21877] ppid=21865 vsize=13984976 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/21867/task/21877/stat : 21877 (java) R 21865 21865 21109 0 -1 4202560 1284 0 0 0 24 0 0 0 20 0 15 0 154116015 14320615424 17782 33554432000 4194304 4196468 140726693000560 139725401135896 139725916238921 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21878] ppid=21865 vsize=13984976 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/21867/task/21878/stat : 21878 (java) R 21865 21865 21109 0 -1 4202560 804 0 0 0 22 0 0 0 20 0 15 0 154116015 14320615424 17782 33554432000 4194304 4196468 140726693000560 139725400083056 139725914500861 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21879] ppid=21865 vsize=13984976 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/21867/task/21879/stat : 21879 (java) S 21865 21865 21109 0 -1 1077944384 1726 0 0 0 39 0 0 0 20 0 15 0 154116015 14320615424 17782 33554432000 4194304 4196468 140726693000560 139725399030512 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21880] ppid=21865 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21880/stat : 21880 (java) S 21865 21865 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154116015 14320615424 17782 33554432000 4194304 4196468 140726693000560 139725397978208 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21881] ppid=21865 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21881/stat : 21881 (java) S 21865 21865 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154116015 14320615424 17782 33554432000 4194304 4196468 140726693000560 139725396924720 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 72512 KiB

[startup+1.50079 s]
/proc/loadavg: 1.96 1.90 1.41 7/218 21881
/proc/meminfo: memFree=26504896/32770624 swapFree=67108860/67108860
[pid=21865] ppid=21862 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/21865/stat : 21865 (xcsp3-exec) S 21862 21865 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154116009 9740288 346 33554432000 4194304 5098028 140736425535072 140736425533176 140714983694972 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28135424 140736425538676 140736425538880 140736425538880 140736425541611 0
/proc/21865/statm: 2378 346 289 221 0 87 0

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

/proc/21867/task/21875/stat : 21875 (java) S 21865 21865 21109 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154116013 14320615424 55863 33554432000 4194304 4196468 140726693000560 139725403239408 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21876] ppid=21865 vsize=13984976 memory=3076 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21876/stat : 21876 (java) S 21865 21865 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154116015 14320615424 55863 33554432000 4194304 4196468 140726693000560 139725402187984 139725931132827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21877] ppid=21865 vsize=13984976 memory=1380 CPUtime=4.05 cores=1,3,5,7
/proc/21867/task/21877/stat : 21877 (java) S 21865 21865 21109 0 -1 1077944384 18775 0 0 0 403 2 0 0 20 0 15 0 154116015 14320615424 55863 33554432000 4194304 4196468 140726693000560 139725401135600 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21878] ppid=21865 vsize=13984976 memory=265372 CPUtime=4.02 cores=1,3,5,7
/proc/21867/task/21878/stat : 21878 (java) S 21865 21865 21109 0 -1 1077944384 21126 0 0 0 400 2 0 0 20 0 15 0 154116015 14320615424 55863 33554432000 4194304 4196468 140726693000560 139725400083056 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21879] ppid=21865 vsize=13984976 memory=1160 CPUtime=0.64 cores=1,3,5,7
/proc/21867/task/21879/stat : 21879 (java) S 21865 21865 21109 0 -1 1077944384 7072 0 0 0 63 1 0 0 20 0 15 0 154116015 14320615424 55863 33554432000 4194304 4196468 140726693000560 139725399030512 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21880] ppid=21865 vsize=13984976 memory=2996 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21880/stat : 21880 (java) S 21865 21865 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154116015 14320615424 55863 33554432000 4194304 4196468 140726693000560 139725397978208 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21881] ppid=21865 vsize=13984976 memory=1 CPUtime=0.03 cores=1,3,5,7
/proc/21867/task/21881/stat : 21881 (java) S 21865 21865 21109 0 -1 1077944384 2300 0 0 0 2 1 0 0 20 0 15 0 154116015 14320615424 55863 33554432000 4194304 4196468 140726693000560 139725396924720 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
Current children cumulated CPU time: 171.12 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 224836 KiB

[startup+222.301 s]
/proc/loadavg: 2.28 2.05 1.56 3/218 21884
/proc/meminfo: memFree=26269856/32770624 swapFree=67108860/67108860
[pid=21865] ppid=21862 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/21865/stat : 21865 (xcsp3-exec) S 21862 21865 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154116009 9740288 346 33554432000 4194304 5098028 140736425535072 140736425533176 140714983694972 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28135424 140736425538676 140736425538880 140736425538880 140736425541611 0
/proc/21865/statm: 2378 346 289 221 0 87 0
[pid=21867] ppid=21865 vsize=13984976 memory=207776 CPUtime=231.42 cores=1,3,5,7
/proc/21867/stat : 21867 (java) S 21865 21865 21109 0 -1 1077944320 80189 0 0 0 23126 16 0 0 20 0 15 0 154116010 14320615424 51944 33554432000 4194304 4196468 140726693000560 140726692983104 139725931114231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
/proc/21867/statm: 3496244 51944 3270 1 0 3483478 0
[pid=21867/tid=21868] ppid=21865 vsize=13984976 memory=1236 CPUtime=222.2 cores=1,3,5,7
/proc/21867/task/21868/stat : 21868 (java) R 21865 21865 21109 0 -1 4202560 13728 0 0 0 22216 4 0 0 20 0 15 0 154116010 14320615424 51944 33554432000 4194304 4196468 140726693000560 139725935353136 139725573629638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21869] ppid=21865 vsize=13984976 memory=4468 CPUtime=0.02 cores=1,3,5,7
/proc/21867/task/21869/stat : 21869 (java) S 21865 21865 21109 0 -1 1077944384 689 0 0 0 2 0 0 0 20 0 15 0 154116011 14320615424 51944 33554432000 4194304 4196468 140726693000560 139725526874896 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21870] ppid=21865 vsize=13984976 memory=932 CPUtime=0.02 cores=1,3,5,7
/proc/21867/task/21870/stat : 21870 (java) S 21865 21865 21109 0 -1 1077944384 2072 0 0 0 2 0 0 0 20 0 15 0 154116011 14320615424 51944 33554432000 4194304 4196468 140726693000560 139725525822352 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21871] ppid=21865 vsize=13984976 memory=1576 CPUtime=0.02 cores=1,3,5,7
/proc/21867/task/21871/stat : 21871 (java) S 21865 21865 21109 0 -1 1077944384 960 0 0 0 2 0 0 0 20 0 15 0 154116011 14320615424 51944 33554432000 4194304 4196468 140726693000560 139725524769808 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21872] ppid=21865 vsize=13984976 memory=2240 CPUtime=0.02 cores=1,3,5,7
/proc/21867/task/21872/stat : 21872 (java) S 21865 21865 21109 0 -1 1077944384 2576 0 0 0 2 0 0 0 20 0 15 0 154116011 14320615424 51944 33554432000 4194304 4196468 140726693000560 139725523717264 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21873] ppid=21865 vsize=13984976 memory=288230574492221466 CPUtime=0.02 cores=1,3,5,7
/proc/21867/task/21873/stat : 21873 (java) S 21865 21865 21109 0 -1 1077944384 1639 0 0 0 2 0 0 0 20 0 15 0 154116012 14320615424 51944 33554432000 4194304 4196468 140726693000560 139725405345776 139725931125378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21874] ppid=21865 vsize=13984976 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21874/stat : 21874 (java) S 21865 21865 21109 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 154116012 14320615424 51944 33554432000 4194304 4196468 140726693000560 139725404292000 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21875] ppid=21865 vsize=13984976 memory=13569292880847920 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21875/stat : 21875 (java) S 21865 21865 21109 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154116013 14320615424 51944 33554432000 4194304 4196468 140726693000560 139725403239408 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21876] ppid=21865 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21876/stat : 21876 (java) S 21865 21865 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154116015 14320615424 51944 33554432000 4194304 4196468 140726693000560 139725402187984 139725931132827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21877] ppid=21865 vsize=13984976 memory=303430223234596890 CPUtime=4.14 cores=1,3,5,7
/proc/21867/task/21877/stat : 21877 (java) S 21865 21865 21109 0 -1 1077944384 21226 0 0 0 412 2 0 0 20 0 15 0 154116015 14320615424 51944 33554432000 4194304 4196468 140726693000560 139725401135600 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21878] ppid=21865 vsize=13984976 memory=288230596050944315 CPUtime=4.19 cores=1,3,5,7
/proc/21867/task/21878/stat : 21878 (java) S 21865 21865 21109 0 -1 1077944384 25289 0 0 0 416 3 0 0 20 0 15 0 154116015 14320615424 51944 33554432000 4194304 4196468 140726693000560 139725400083056 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21879] ppid=21865 vsize=13984976 memory=13569292880847920 CPUtime=0.66 cores=1,3,5,7
/proc/21867/task/21879/stat : 21879 (java) S 21865 21865 21109 0 -1 1077944384 8282 0 0 0 65 1 0 0 20 0 15 0 154116015 14320615424 51944 33554432000 4194304 4196468 140726693000560 139725399030512 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21880] ppid=21865 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21880/stat : 21880 (java) S 21865 21865 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154116015 14320615424 51944 33554432000 4194304 4196468 140726693000560 139725397978208 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21881] ppid=21865 vsize=13984976 memory=211140 CPUtime=0.04 cores=1,3,5,7
/proc/21867/task/21881/stat : 21881 (java) S 21865 21865 21109 0 -1 1077944384 2335 0 0 0 2 2 0 0 20 0 15 0 154116015 14320615424 51944 33554432000 4194304 4196468 140726693000560 139725396924720 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
Current children cumulated CPU time: 231.42 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 209160 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.20 2.04 1.57 3/218 21884
/proc/meminfo: memFree=26274944/32770624 swapFree=67108860/67108860
[pid=21865] ppid=21862 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/21865/stat : 21865 (xcsp3-exec) S 21862 21865 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154116009 9740288 346 33554432000 4194304 5098028 140736425535072 140736425533176 140714983694972 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28135424 140736425538676 140736425538880 140736425538880 140736425541611 0
/proc/21865/statm: 2378 346 289 221 0 87 0
[pid=21867] ppid=21865 vsize=13984976 memory=202644 CPUtime=249.16 cores=1,3,5,7
/proc/21867/stat : 21867 (java) S 21865 21865 21109 0 -1 1077944320 81054 0 0 0 24900 16 0 0 20 0 15 0 154116010 14320615424 50661 33554432000 4194304 4196468 140726693000560 140726692983104 139725931114231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
/proc/21867/statm: 3496244 50661 3270 1 0 3483478 0
[pid=21867/tid=21868] ppid=21865 vsize=13984976 memory=202644 CPUtime=239.89 cores=1,3,5,7
/proc/21867/task/21868/stat : 21868 (java) R 21865 21865 21109 0 -1 4202560 13740 0 0 0 23985 4 0 0 20 0 15 0 154116010 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725935354048 139725573348057 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21869] ppid=21865 vsize=13984976 memory=202644 CPUtime=0.02 cores=1,3,5,7
/proc/21867/task/21869/stat : 21869 (java) S 21865 21865 21109 0 -1 1077944384 689 0 0 0 2 0 0 0 20 0 15 0 154116011 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725526874896 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21870] ppid=21865 vsize=13984976 memory=202644 CPUtime=0.02 cores=1,3,5,7
/proc/21867/task/21870/stat : 21870 (java) S 21865 21865 21109 0 -1 1077944384 2073 0 0 0 2 0 0 0 20 0 15 0 154116011 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725525822352 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21871] ppid=21865 vsize=13984976 memory=202644 CPUtime=0.02 cores=1,3,5,7
/proc/21867/task/21871/stat : 21871 (java) S 21865 21865 21109 0 -1 1077944384 960 0 0 0 2 0 0 0 20 0 15 0 154116011 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725524769808 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21872] ppid=21865 vsize=13984976 memory=1384 CPUtime=0.02 cores=1,3,5,7
/proc/21867/task/21872/stat : 21872 (java) S 21865 21865 21109 0 -1 1077944384 2576 0 0 0 2 0 0 0 20 0 15 0 154116011 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725523717264 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21873] ppid=21865 vsize=13984976 memory=4132 CPUtime=0.02 cores=1,3,5,7
/proc/21867/task/21873/stat : 21873 (java) S 21865 21865 21109 0 -1 1077944384 1639 0 0 0 2 0 0 0 20 0 15 0 154116012 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725405345776 139725931125378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21874] ppid=21865 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21874/stat : 21874 (java) S 21865 21865 21109 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 154116012 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725404292000 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21875] ppid=21865 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21875/stat : 21875 (java) S 21865 21865 21109 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154116013 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725403239408 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21876] ppid=21865 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21876/stat : 21876 (java) S 21865 21865 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154116015 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725402187984 139725931132827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21877] ppid=21865 vsize=13984976 memory=202644 CPUtime=4.18 cores=1,3,5,7
/proc/21867/task/21877/stat : 21877 (java) S 21865 21865 21109 0 -1 1077944384 22077 0 0 0 416 2 0 0 20 0 15 0 154116015 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725401135600 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21878] ppid=21865 vsize=13984976 memory=8664 CPUtime=4.19 cores=1,3,5,7
/proc/21867/task/21878/stat : 21878 (java) S 21865 21865 21109 0 -1 1077944384 25289 0 0 0 416 3 0 0 20 0 15 0 154116015 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725400083056 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21879] ppid=21865 vsize=13984976 memory=5784 CPUtime=0.66 cores=1,3,5,7
/proc/21867/task/21879/stat : 21879 (java) S 21865 21865 21109 0 -1 1077944384 8282 0 0 0 65 1 0 0 20 0 15 0 154116015 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725399030512 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21880] ppid=21865 vsize=13984976 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21880/stat : 21880 (java) S 21865 21865 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154116015 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725397978208 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21881] ppid=21865 vsize=13984976 memory=1008 CPUtime=0.04 cores=1,3,5,7
/proc/21867/task/21881/stat : 21881 (java) S 21865 21865 21109 0 -1 1077944384 2336 0 0 0 2 2 0 0 20 0 15 0 154116015 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725396924720 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
Current children cumulated CPU time: 249.16 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 204028 KiB

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

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

[startup+240.025 s]
# the end of solver process 21867 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.013 s, system=0.16903 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+240.001 s]
/proc/loadavg: 2.20 2.04 1.57 3/218 21884
/proc/meminfo: memFree=26274944/32770624 swapFree=67108860/67108860
[pid=21865] ppid=21862 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/21865/stat : 21865 (xcsp3-exec) S 21862 21865 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154116009 9740288 346 33554432000 4194304 5098028 140736425535072 140736425533176 140714983694972 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28135424 140736425538676 140736425538880 140736425538880 140736425541611 0
/proc/21865/statm: 2378 346 289 221 0 87 0
[pid=21867] ppid=21865 vsize=13984976 memory=202644 CPUtime=249.16 cores=1,3,5,7
/proc/21867/stat : 21867 (java) S 21865 21865 21109 0 -1 1077944320 81054 0 0 0 24900 16 0 0 20 0 15 0 154116010 14320615424 50661 33554432000 4194304 4196468 140726693000560 140726692983104 139725931114231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
/proc/21867/statm: 3496244 50661 3270 1 0 3483478 0
[pid=21867/tid=21868] ppid=21865 vsize=13984976 memory=202644 CPUtime=239.89 cores=1,3,5,7
/proc/21867/task/21868/stat : 21868 (java) R 21865 21865 21109 0 -1 4202560 13740 0 0 0 23985 4 0 0 20 0 15 0 154116010 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725935354048 139725573348057 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21869] ppid=21865 vsize=13984976 memory=202644 CPUtime=0.02 cores=1,3,5,7
/proc/21867/task/21869/stat : 21869 (java) S 21865 21865 21109 0 -1 1077944384 689 0 0 0 2 0 0 0 20 0 15 0 154116011 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725526874896 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21870] ppid=21865 vsize=13984976 memory=202644 CPUtime=0.02 cores=1,3,5,7
/proc/21867/task/21870/stat : 21870 (java) S 21865 21865 21109 0 -1 1077944384 2073 0 0 0 2 0 0 0 20 0 15 0 154116011 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725525822352 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21871] ppid=21865 vsize=13984976 memory=202644 CPUtime=0.02 cores=1,3,5,7
/proc/21867/task/21871/stat : 21871 (java) S 21865 21865 21109 0 -1 1077944384 960 0 0 0 2 0 0 0 20 0 15 0 154116011 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725524769808 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21872] ppid=21865 vsize=13984976 memory=1384 CPUtime=0.02 cores=1,3,5,7
/proc/21867/task/21872/stat : 21872 (java) S 21865 21865 21109 0 -1 1077944384 2576 0 0 0 2 0 0 0 20 0 15 0 154116011 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725523717264 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21873] ppid=21865 vsize=13984976 memory=4132 CPUtime=0.02 cores=1,3,5,7
/proc/21867/task/21873/stat : 21873 (java) S 21865 21865 21109 0 -1 1077944384 1639 0 0 0 2 0 0 0 20 0 15 0 154116012 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725405345776 139725931125378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21874] ppid=21865 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21874/stat : 21874 (java) S 21865 21865 21109 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 154116012 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725404292000 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21875] ppid=21865 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21875/stat : 21875 (java) S 21865 21865 21109 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154116013 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725403239408 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21876] ppid=21865 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21876/stat : 21876 (java) S 21865 21865 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154116015 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725402187984 139725931132827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21877] ppid=21865 vsize=13984976 memory=202644 CPUtime=4.18 cores=1,3,5,7
/proc/21867/task/21877/stat : 21877 (java) S 21865 21865 21109 0 -1 1077944384 22077 0 0 0 416 2 0 0 20 0 15 0 154116015 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725401135600 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21878] ppid=21865 vsize=13984976 memory=8664 CPUtime=4.19 cores=1,3,5,7
/proc/21867/task/21878/stat : 21878 (java) S 21865 21865 21109 0 -1 1077944384 25289 0 0 0 416 3 0 0 20 0 15 0 154116015 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725400083056 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21879] ppid=21865 vsize=13984976 memory=5784 CPUtime=0.66 cores=1,3,5,7
/proc/21867/task/21879/stat : 21879 (java) S 21865 21865 21109 0 -1 1077944384 8282 0 0 0 65 1 0 0 20 0 15 0 154116015 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725399030512 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21880] ppid=21865 vsize=13984976 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/21867/task/21880/stat : 21880 (java) S 21865 21865 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154116015 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725397978208 139725931124437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
[pid=21867/tid=21881] ppid=21865 vsize=13984976 memory=1008 CPUtime=0.04 cores=1,3,5,7
/proc/21867/task/21881/stat : 21881 (java) S 21865 21865 21109 0 -1 1077944384 2336 0 0 0 2 2 0 0 20 0 15 0 154116015 14320615424 50661 33554432000 4194304 4196468 140726693000560 139725396924720 139725931125378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140726693004445 140726693004620 140726693004620 140726693007311 0
Current children cumulated CPU time: 249.16 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 204028 KiB

Child status: 143
Real time (s): 240.025
CPU time (s): 249.182
CPU user time (s): 249.013
CPU system time (s): 0.16903
CPU usage (%): 103.815
Max. virtual memory (cumulated for all children) (KiB): 13997176
Max. memory (cumulated for all children) (KiB): 238188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.013
system time used= 0.16903
maximum resident set size= 239744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81933
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= 8521
involuntary context switches= 112


# summary of solver processes directly reported to runsolver:
#   pid: 21865,21867
#   total CPU time (s): 249.182
#   total CPU user time (s): 249.013
#   total CPU system time (s): 0.16903

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.35896 second user time and 2.17436 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-20 08:10:24
IDJOB=4283141
IDBENCH=115851
IDSOLVER=2678
FILE ID=node115/4283141-1503210285
RUNJOBID= node115-1503208459-21141
PBS_JOBID= 20630866
Free space on /tmp= 61772 MiB

SOLVER NAME= choco-solver 4.0.5 seq
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-4283141-1503210285/watcher-4283141-1503210285 -o /tmp/evaluation-result-4283141-1503210285/solver-4283141-1503210285 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node115-1503208459-21141 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1714754993 HOME/instance-4283141-1503210285.xml

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

MD5SUM BENCH= d2a9d5f7f2311440d16f3c3017ccc9f9
RANDOM SEED=1714754993

node115.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.69
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.69
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.69
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.69
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:        26649032 kB
MemAvailable:   31917444 kB
Buffers:          248384 kB
Cached:          5312296 kB
SwapCached:            0 kB
Active:          1003236 kB
Inactive:        4671368 kB
Active(anon):      64776 kB
Inactive(anon):    85220 kB
Active(file):     938460 kB
Inactive(file):  4586148 kB
Unevictable:        7012 kB
Mlocked:            7012 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15780 kB
Writeback:             0 kB
AnonPages:        106820 kB
Mapped:            63504 kB
Shmem:             33416 kB
Slab:             146528 kB
SReclaimable:     119280 kB
SUnreclaim:        27248 kB
KernelStack:        3520 kB
PageTables:         5364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1299812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61772 MiB
End job on node115 at 2017-08-20 08:14:25