Trace number 4403899

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 2019-09-20? (TO) 2520.28 634.177

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-5.xml
MD5SUM8b9c4e6e7c9e88d5c00f06b3f0219a0c
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 variables915
Number of constraints720
Number of domains17
Minimum domain size13
Maximum domain size1059
Distribution of domain sizes[{"size":13,"count":30},{"size":14,"count":90},{"size":15,"count":330},{"size":1059,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403899-1568987886.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403899-1568987886.xml, -tl, 2520s, -p, 4]
0.33/0.22	c 4 solvers in parallel
0.33/0.29	c parse instance...
2.70/1.02	c solve instance...
2520.01/634.17	s UNKNOWN
2520.01/634.17	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 (3282 MiB free)
  memory of node 1: 16384 MiB (2635 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403899-1568987886/watcher-4403899-1568987886 -o /tmp/evaluation-result-4403899-1568987886/solver-4403899-1568987886 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568988008-30877 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 7553045 HOME/instance-4403899-1568987886.xml 

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

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

solver pid=30897, runsolver pid=30894

[startup+0.101946 s]*
/proc/loadavg: 0.68 0.65 0.81 4/222 30932
/proc/meminfo: memFree=6030576/32770624 swapFree=66938868/67108860
[pid=30897] ppid=30894 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30897/stat : 30897 (xcsp3-exec) S 30894 30897 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475058273 115843072 363 33554432000 4194304 5098028 140736580659136 140736580657240 139918500209276 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10641408 140736580662141 140736580662381 140736580662381 140736580665290 0
/proc/30897/statm: 28282 363 304 221 0 87 0
[pid=30899] ppid=30897 vsize=15144776 memory=29584 CPUtime=0.13 cores=0,2,4,6
/proc/30899/stat : 30899 (java) S 30897 30897 30846 0 -1 1077944320 5833 0 0 0 11 2 0 0 20 0 15 0 475058274 15508250624 7396 33554432000 4194304 4196468 140734030197392 140734030179936 140347875655415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
/proc/30899/statm: 3786194 7396 3148 1 0 3748377 0
[pid=30899/tid=30900] ppid=30897 vsize=15144776 memory=4351193298018140552 CPUtime=0.09 cores=0,2,4,6
/proc/30899/task/30900/stat : 30900 (java) R 30897 30897 30846 0 -1 4202560 3719 0 0 0 8 1 0 0 20 0 15 0 475058274 15508250624 7396 33554432000 4194304 4196468 140734030197392 140347879885792 140347867892542 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30901] ppid=30897 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30901/stat : 30901 (java) S 30897 30897 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475058275 15508250624 7396 33554432000 4194304 4196468 140734030197392 140347468409616 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30902] ppid=30897 vsize=15144776 memory=140012895463040 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30902/stat : 30902 (java) S 30897 30897 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058275 15508250624 7396 33554432000 4194304 4196468 140734030197392 140347467357072 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30903] ppid=30897 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30903/stat : 30903 (java) S 30897 30897 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475058275 15508250624 7396 33554432000 4194304 4196468 140734030197392 140347466304528 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30904] ppid=30897 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30904/stat : 30904 (java) S 30897 30897 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475058275 15508250624 7396 33554432000 4194304 4196468 140734030197392 140347465251984 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30905] ppid=30897 vsize=15144776 memory=140012895463040 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30905/stat : 30905 (java) S 30897 30897 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475058276 15508250624 7396 33554432000 4194304 4196468 140734030197392 140347018303472 140347875666562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30906] ppid=30897 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30906/stat : 30906 (java) S 30897 30897 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475058277 15508250624 7396 33554432000 4194304 4196468 140734030197392 140347017249696 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30907] ppid=30897 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30907/stat : 30907 (java) S 30897 30897 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475058277 15508250624 7396 33554432000 4194304 4196468 140734030197392 140347016197104 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30914] ppid=30897 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30914/stat : 30914 (java) S 30897 30897 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475058279 15508250624 7396 33554432000 4194304 4196468 140734030197392 140347015145680 140347875674011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30918] ppid=30897 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30918/stat : 30918 (java) R 30897 30897 30846 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 475058279 15508250624 7396 33554432000 4194304 4196468 140734030197392 140347014093296 140347875666562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30920] ppid=30897 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30920/stat : 30920 (java) R 30897 30897 30846 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 475058279 15508250624 7396 33554432000 4194304 4196468 140734030197392 140347013040752 140347875667350 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30921] ppid=30897 vsize=15144776 memory=140012895463040 CPUtime=0.02 cores=0,2,4,6
/proc/30899/task/30921/stat : 30921 (java) R 30897 30897 30846 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 15 0 475058279 15508250624 7396 33554432000 4194304 4196468 140734030197392 140347011988208 140347875676762 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30922] ppid=30897 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30922/stat : 30922 (java) S 30897 30897 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475058280 15508250624 7396 33554432000 4194304 4196468 140734030197392 140347010935904 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30924] ppid=30897 vsize=15144776 memory=140012895463040 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30924/stat : 30924 (java) S 30897 30897 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058280 15508250624 7396 33554432000 4194304 4196468 140734030197392 140347009882416 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31036 KiB

[startup+0.210782 s]*
/proc/loadavg: 0.68 0.65 0.81 3/228 30938
/proc/meminfo: memFree=6009280/32770624 swapFree=66938868/67108860
[pid=30897] ppid=30894 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30897/stat : 30897 (xcsp3-exec) S 30894 30897 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475058273 115843072 363 33554432000 4194304 5098028 140736580659136 140736580657240 139918500209276 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10641408 140736580662141 140736580662381 140736580662381 140736580665290 0
/proc/30897/statm: 28282 363 304 221 0 87 0
[pid=30899] ppid=30897 vsize=15144776 memory=41036 CPUtime=0.33 cores=0,2,4,6
/proc/30899/stat : 30899 (java) S 30897 30897 30846 0 -1 1077944320 9431 0 0 0 30 3 0 0 20 0 15 0 475058274 15508250624 10259 33554432000 4194304 4196468 140734030197392 140734030179936 140347875655415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
/proc/30899/statm: 3786194 10259 3308 1 0 3748377 0
[pid=30899/tid=30900] ppid=30897 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/30899/task/30900/stat : 30900 (java) R 30897 30897 30846 0 -1 4202560 6631 0 0 0 17 2 0 0 20 0 15 0 475058274 15508250624 10259 33554432000 4194304 4196468 140734030197392 140347879889360 140347875667350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30901] ppid=30897 vsize=15144776 memory=12641 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30901/stat : 30901 (java) S 30897 30897 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475058275 15508250624 10259 33554432000 4194304 4196468 140734030197392 140347468409616 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30902] ppid=30897 vsize=15144776 memory=140012898942812 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30902/stat : 30902 (java) S 30897 30897 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058275 15508250624 10259 33554432000 4194304 4196468 140734030197392 140347467357072 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30903] ppid=30897 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30903/stat : 30903 (java) S 30897 30897 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475058275 15508250624 10259 33554432000 4194304 4196468 140734030197392 140347466304528 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30904] ppid=30897 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30904/stat : 30904 (java) S 30897 30897 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475058275 15508250624 10259 33554432000 4194304 4196468 140734030197392 140347465251984 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30905] ppid=30897 vsize=15144776 memory=140012895463040 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30905/stat : 30905 (java) S 30897 30897 30846 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475058276 15508250624 10259 33554432000 4194304 4196468 140734030197392 140347018303472 140347875666562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30906] ppid=30897 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30906/stat : 30906 (java) S 30897 30897 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475058277 15508250624 10259 33554432000 4194304 4196468 140734030197392 140347017249696 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30907] ppid=30897 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30907/stat : 30907 (java) S 30897 30897 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475058277 15508250624 10259 33554432000 4194304 4196468 140734030197392 140347016197104 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30914] ppid=30897 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30914/stat : 30914 (java) S 30897 30897 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475058279 15508250624 10259 33554432000 4194304 4196468 140734030197392 140347015145680 140347875674011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30918] ppid=30897 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/30899/task/30918/stat : 30918 (java) S 30897 30897 30846 0 -1 1077944384 664 0 0 0 3 0 0 0 20 0 15 0 475058279 15508250624 10259 33554432000 4194304 4196468 140734030197392 140347014093296 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30920] ppid=30897 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30899/task/30920/stat : 30920 (java) S 30897 30897 30846 0 -1 1077944384 84 0 0 0 1 0 0 0 20 0 15 0 475058279 15508250624 10259 33554432000 4194304 4196468 140734030197392 140347013040752 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30921] ppid=30897 vsize=15144776 memory=140012895463040 CPUtime=0.07 cores=0,2,4,6
/proc/30899/task/30921/stat : 30921 (java) R 30897 30897 30846 0 -1 4202560 742 0 0 0 7 0 0 0 20 0 15 0 475058279 15508250624 10259 33554432000 4194304 4196468 140734030197392 140347011988208 140347854611066 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30922] ppid=30897 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30922/stat : 30922 (java) S 30897 30897 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475058280 15508250624 10259 33554432000 4194304 4196468 140734030197392 140347010935904 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30924] ppid=30897 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30924/stat : 30924 (java) S 30897 30897 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058280 15508250624 10259 33554432000 4194304 4196468 140734030197392 140347009882416 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42488 KiB

[startup+0.310633 s]*
/proc/loadavg: 0.68 0.65 0.81 4/228 30938
/proc/meminfo: memFree=5994644/32770624 swapFree=66938868/67108860
[pid=30897] ppid=30894 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30897/stat : 30897 (xcsp3-exec) S 30894 30897 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475058273 115843072 363 33554432000 4194304 5098028 140736580659136 140736580657240 139918500209276 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10641408 140736580662141 140736580662381 140736580662381 140736580665290 0
/proc/30897/statm: 28282 363 304 221 0 87 0
[pid=30899] ppid=30897 vsize=15149032 memory=49324 CPUtime=0.51 cores=0,2,4,6
/proc/30899/stat : 30899 (java) S 30897 30897 30846 0 -1 1077944320 10641 0 1 0 46 5 0 0 20 0 15 0 475058274 15512608768 12331 33554432000 4194304 4196468 140734030197392 140734030179936 140347875655415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
/proc/30899/statm: 3787258 12331 3342 1 0 3748377 0
[pid=30899/tid=30900] ppid=30897 vsize=15149032 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/30899/task/30900/stat : 30900 (java) R 30897 30897 30846 0 -1 4202560 7694 0 1 0 26 3 0 0 20 0 15 0 475058274 15512608768 12331 33554432000 4194304 4196468 140734030197392 140347879886528 140347859735902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30901] ppid=30897 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30901/stat : 30901 (java) S 30897 30897 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475058275 15512608768 12331 33554432000 4194304 4196468 140734030197392 140347468409616 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30902] ppid=30897 vsize=15149032 memory=46849 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30902/stat : 30902 (java) S 30897 30897 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058275 15512608768 12331 33554432000 4194304 4196468 140734030197392 140347467357072 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30903] ppid=30897 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30903/stat : 30903 (java) S 30897 30897 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475058275 15512608768 12331 33554432000 4194304 4196468 140734030197392 140347466304528 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30904] ppid=30897 vsize=15149032 memory=9122745479247552727 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30904/stat : 30904 (java) S 30897 30897 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475058275 15512608768 12331 33554432000 4194304 4196468 140734030197392 140347465251984 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30905] ppid=30897 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30905/stat : 30905 (java) S 30897 30897 30846 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475058276 15512608768 12331 33554432000 4194304 4196468 140734030197392 140347018303472 140347875666562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30906] ppid=30897 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30906/stat : 30906 (java) S 30897 30897 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475058277 15512608768 12331 33554432000 4194304 4196468 140734030197392 140347017249696 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30907] ppid=30897 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30907/stat : 30907 (java) S 30897 30897 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475058277 15512608768 12331 33554432000 4194304 4196468 140734030197392 140347016197104 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30914] ppid=30897 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30914/stat : 30914 (java) S 30897 30897 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475058279 15512608768 12331 33554432000 4194304 4196468 140734030197392 140347015145680 140347875674011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30918] ppid=30897 vsize=15149032 memory=4500088463514900084 CPUtime=0.04 cores=0,2,4,6
/proc/30899/task/30918/stat : 30918 (java) S 30897 30897 30846 0 -1 1077944384 703 0 0 0 4 0 0 0 20 0 15 0 475058279 15512608768 12331 33554432000 4194304 4196468 140734030197392 140347014093296 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30920] ppid=30897 vsize=15149032 memory=6944613755495348631 CPUtime=0.02 cores=0,2,4,6
/proc/30899/task/30920/stat : 30920 (java) S 30897 30897 30846 0 -1 1077944384 113 0 0 0 2 0 0 0 20 0 15 0 475058279 15512608768 12331 33554432000 4194304 4196468 140734030197392 140347013040752 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30921] ppid=30897 vsize=15149032 memory=7893295687695687954 CPUtime=0.12 cores=0,2,4,6
/proc/30899/task/30921/stat : 30921 (java) S 30897 30897 30846 0 -1 1077944384 827 0 0 0 12 0 0 0 20 0 15 0 475058279 15512608768 12331 33554432000 4194304 4196468 140734030197392 140347011988208 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30922] ppid=30897 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30922/stat : 30922 (java) S 30897 30897 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475058280 15512608768 12331 33554432000 4194304 4196468 140734030197392 140347010935904 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30924] ppid=30897 vsize=15149032 memory=7827413994055111515 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30924/stat : 30924 (java) S 30897 30897 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058280 15512608768 12331 33554432000 4194304 4196468 140734030197392 140347009882416 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50776 KiB

[startup+0.700743 s]
/proc/loadavg: 0.68 0.65 0.81 8/228 30938
/proc/meminfo: memFree=5960896/32770624 swapFree=66938868/67108860
[pid=30897] ppid=30894 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30897/stat : 30897 (xcsp3-exec) S 30894 30897 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475058273 115843072 363 33554432000 4194304 5098028 140736580659136 140736580657240 139918500209276 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10641408 140736580662141 140736580662381 140736580662381 140736580665290 0
/proc/30897/statm: 28282 363 304 221 0 87 0
[pid=30899] ppid=30897 vsize=15151156 memory=85876 CPUtime=1.65 cores=0,2,4,6
/proc/30899/stat : 30899 (java) S 30897 30897 30846 0 -1 1077944320 14730 0 1 0 158 7 0 0 20 0 15 0 475058274 15514783744 21469 33554432000 4194304 4196468 140734030197392 140734030179936 140347875655415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
/proc/30899/statm: 3787789 21469 3454 1 0 3748889 0
[pid=30899/tid=30900] ppid=30897 vsize=15151156 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/30899/task/30900/stat : 30900 (java) R 30897 30897 30846 0 -1 4202560 8841 0 1 0 62 5 0 0 20 0 15 0 475058274 15514783744 21469 33554432000 4194304 4196468 140734030197392 140347879891728 140347468557506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30901] ppid=30897 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30901/stat : 30901 (java) S 30897 30897 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475058275 15514783744 21469 33554432000 4194304 4196468 140734030197392 140347468409616 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30902] ppid=30897 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30902/stat : 30902 (java) S 30897 30897 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058275 15514783744 21469 33554432000 4194304 4196468 140734030197392 140347467357072 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30903] ppid=30897 vsize=15151156 memory=221 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30903/stat : 30903 (java) S 30897 30897 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475058275 15514783744 21469 33554432000 4194304 4196468 140734030197392 140347466304528 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30904] ppid=30897 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30904/stat : 30904 (java) S 30897 30897 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475058275 15514783744 21469 33554432000 4194304 4196468 140734030197392 140347465251984 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30905] ppid=30897 vsize=15151156 memory=784 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30905/stat : 30905 (java) S 30897 30897 30846 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475058276 15514783744 21469 33554432000 4194304 4196468 140734030197392 140347018303472 140347875666562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30906] ppid=30897 vsize=15151156 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30906/stat : 30906 (java) S 30897 30897 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475058277 15514783744 21469 33554432000 4194304 4196468 140734030197392 140347017249696 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30907] ppid=30897 vsize=15151156 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30907/stat : 30907 (java) S 30897 30897 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475058277 15514783744 21469 33554432000 4194304 4196468 140734030197392 140347016197104 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30914] ppid=30897 vsize=15151156 memory=1096 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30914/stat : 30914 (java) S 30897 30897 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475058279 15514783744 21469 33554432000 4194304 4196468 140734030197392 140347015145680 140347875674011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30918] ppid=30897 vsize=15151156 memory=1188 CPUtime=0.27 cores=0,2,4,6
/proc/30899/task/30918/stat : 30918 (java) S 30897 30897 30846 0 -1 1077944384 1559 0 0 0 27 0 0 0 20 0 15 0 475058279 15514783744 21469 33554432000 4194304 4196468 140734030197392 140347014093296 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30920] ppid=30897 vsize=15151156 memory=6112 CPUtime=0.24 cores=0,2,4,6
/proc/30899/task/30920/stat : 30920 (java) R 30897 30897 30846 0 -1 4202560 902 0 0 0 24 0 0 0 20 0 15 0 475058279 15514783744 21469 33554432000 4194304 4196468 140734030197392 140347013028432 140347875676762 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30921] ppid=30897 vsize=15151156 memory=780 CPUtime=0.43 cores=0,2,4,6
/proc/30899/task/30921/stat : 30921 (java) R 30897 30897 30846 0 -1 4202560 2118 0 0 0 43 0 0 0 20 0 15 0 475058279 15514783744 21469 33554432000 4194304 4196468 140734030197392 140347011988208 140347875667350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30922] ppid=30897 vsize=15151156 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30922/stat : 30922 (java) S 30897 30897 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475058280 15514783744 21469 33554432000 4194304 4196468 140734030197392 140347010935904 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30924] ppid=30897 vsize=15151156 memory=28076 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30924/stat : 30924 (java) S 30897 30897 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058280 15514783744 21469 33554432000 4194304 4196468 140734030197392 140347009882416 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 87328 KiB

[startup+1.50079 s]
/proc/loadavg: 0.68 0.65 0.81 9/232 30950
/proc/meminfo: memFree=5824688/32770624 swapFree=66938868/67108860
[pid=30897] ppid=30894 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30897/stat : 30897 (xcsp3-exec) S 30894 30897 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475058273 115843072 363 33554432000 4194304 5098028 140736580659136 140736580657240 139918500209276 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10641408 140736580662141 140736580662381 140736580662381 140736580665290 0
/proc/30897/statm: 28282 363 304 221 0 87 0

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

/proc/30899/stat : 30899 (java) S 30897 30897 30846 0 -1 1077944320 103454 0 1 0 231351 49 0 0 20 0 19 0 475058274 15789527040 71000 33554432000 4194304 4196468 140734030197392 140734030179936 140347875655415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
/proc/30899/statm: 3854865 71000 3529 1 0 3815965 0
[pid=30899/tid=30900] ppid=30897 vsize=15419460 memory=284000 CPUtime=1 cores=0,2,4,6
/proc/30899/task/30900/stat : 30900 (java) S 30897 30897 30846 0 -1 1077944384 10337 0 1 0 94 6 0 0 20 0 19 0 475058274 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347879896192 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30901] ppid=30897 vsize=15419460 memory=284000 CPUtime=0.79 cores=0,2,4,6
/proc/30899/task/30901/stat : 30901 (java) S 30897 30897 30846 0 -1 1077944384 1609 0 0 0 76 3 0 0 20 0 19 0 475058275 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347468409616 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30902] ppid=30897 vsize=15419460 memory=284000 CPUtime=0.78 cores=0,2,4,6
/proc/30899/task/30902/stat : 30902 (java) S 30897 30897 30846 0 -1 1077944384 1676 0 0 0 76 2 0 0 20 0 19 0 475058275 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347467357072 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30903] ppid=30897 vsize=15419460 memory=1452 CPUtime=0.8 cores=0,2,4,6
/proc/30899/task/30903/stat : 30903 (java) S 30897 30897 30846 0 -1 1077944384 2060 0 0 0 76 4 0 0 20 0 19 0 475058275 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347466304528 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30904] ppid=30897 vsize=15419460 memory=284000 CPUtime=0.78 cores=0,2,4,6
/proc/30899/task/30904/stat : 30904 (java) S 30897 30897 30846 0 -1 1077944384 2998 0 0 0 75 3 0 0 20 0 19 0 475058275 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347465251984 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30905] ppid=30897 vsize=15419460 memory=284000 CPUtime=0.49 cores=0,2,4,6
/proc/30899/task/30905/stat : 30905 (java) S 30897 30897 30846 0 -1 1077944384 2857 0 0 0 32 17 0 0 20 0 19 0 475058276 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347018303472 140347875666562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30906] ppid=30897 vsize=15419460 memory=284000 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30906/stat : 30906 (java) S 30897 30897 30846 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 475058277 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347017249760 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30907] ppid=30897 vsize=15419460 memory=284000 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30907/stat : 30907 (java) S 30897 30897 30846 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 19 0 475058277 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347016197120 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30914] ppid=30897 vsize=15419460 memory=284000 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30914/stat : 30914 (java) S 30897 30897 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475058279 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347015145680 140347875674011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30918] ppid=30897 vsize=15419460 memory=284000 CPUtime=7.6 cores=0,2,4,6
/proc/30899/task/30918/stat : 30918 (java) S 30897 30897 30846 0 -1 1077944384 27036 0 0 0 758 2 0 0 20 0 19 0 475058279 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347014093296 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30920] ppid=30897 vsize=15419460 memory=1452 CPUtime=7.32 cores=0,2,4,6
/proc/30899/task/30920/stat : 30920 (java) S 30897 30897 30846 0 -1 1077944384 28895 0 0 0 730 2 0 0 20 0 19 0 475058279 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347013040752 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30921] ppid=30897 vsize=15419460 memory=56 CPUtime=1.04 cores=0,2,4,6
/proc/30899/task/30921/stat : 30921 (java) S 30897 30897 30846 0 -1 1077944384 12780 0 0 0 103 1 0 0 20 0 19 0 475058279 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347011988208 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30922] ppid=30897 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30922/stat : 30922 (java) S 30897 30897 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475058280 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347010935904 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30924] ppid=30897 vsize=15419460 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/30899/task/30924/stat : 30924 (java) S 30897 30897 30846 0 -1 1077944384 550 0 0 0 0 15 0 0 20 0 19 0 475058280 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347009882416 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30951] ppid=30897 vsize=15419460 memory=3620 CPUtime=573.05 cores=0,2,4,6
/proc/30899/task/30951/stat : 30951 (java) R 30897 30897 30846 0 -1 4202560 2105 0 0 0 57300 5 0 0 20 0 19 0 475058377 15789527040 71000 33554432000 4194304 4196468 140734030197392 140346998565416 140347475738663 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30952] ppid=30897 vsize=15419460 memory=1096 CPUtime=574.03 cores=0,2,4,6
/proc/30899/task/30952/stat : 30952 (java) R 30897 30897 30846 0 -1 4202560 4561 0 0 0 57401 2 0 0 20 0 19 0 475058377 15789527040 71000 33554432000 4194304 4196468 140734030197392 140346997517024 140347472154884 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30953] ppid=30897 vsize=15419460 memory=284000 CPUtime=572.79 cores=0,2,4,6
/proc/30899/task/30953/stat : 30953 (java) R 30897 30897 30846 0 -1 4202560 2485 0 0 0 57279 0 0 0 20 0 19 0 475058377 15789527040 71000 33554432000 4194304 4196468 140734030197392 140346996461496 140347479736084 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30954] ppid=30897 vsize=15419460 memory=3620 CPUtime=573.23 cores=0,2,4,6
/proc/30899/task/30954/stat : 30954 (java) R 30897 30897 30846 0 -1 4202560 2121 0 0 0 57322 1 0 0 20 0 19 0 475058378 15789527040 71000 33554432000 4194304 4196468 140734030197392 140346995408208 140347472155216 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
Current children cumulated CPU time: 2314 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 285452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+634.111 s]
/proc/loadavg: 8.53 7.56 4.64 9/236 32079
/proc/meminfo: memFree=5454820/32770624 swapFree=66938892/67108860
[pid=30897] ppid=30894 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30897/stat : 30897 (xcsp3-exec) S 30894 30897 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475058273 115843072 363 33554432000 4194304 5098028 140736580659136 140736580657240 139918500209276 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10641408 140736580662141 140736580662381 140736580662381 140736580665290 0
/proc/30897/statm: 28282 363 304 221 0 87 0
[pid=30899] ppid=30897 vsize=15419460 memory=284000 CPUtime=2520.01 cores=0,2,4,6
/proc/30899/stat : 30899 (java) S 30897 30897 30846 0 -1 1077944320 104528 0 1 0 251951 50 0 0 20 0 19 0 475058274 15789527040 71000 33554432000 4194304 4196468 140734030197392 140734030179936 140347875655415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
/proc/30899/statm: 3854865 71000 3529 1 0 3815965 0
[pid=30899/tid=30900] ppid=30897 vsize=15419460 memory=284000 CPUtime=1 cores=0,2,4,6
/proc/30899/task/30900/stat : 30900 (java) S 30897 30897 30846 0 -1 1077944384 10337 0 1 0 94 6 0 0 20 0 19 0 475058274 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347879896192 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30901] ppid=30897 vsize=15419460 memory=284000 CPUtime=0.87 cores=0,2,4,6
/proc/30899/task/30901/stat : 30901 (java) S 30897 30897 30846 0 -1 1077944384 1705 0 0 0 84 3 0 0 20 0 19 0 475058275 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347468409616 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30902] ppid=30897 vsize=15419460 memory=284000 CPUtime=0.86 cores=0,2,4,6
/proc/30899/task/30902/stat : 30902 (java) S 30897 30897 30846 0 -1 1077944384 1723 0 0 0 84 2 0 0 20 0 19 0 475058275 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347467357072 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30903] ppid=30897 vsize=15419460 memory=0 CPUtime=0.89 cores=0,2,4,6
/proc/30899/task/30903/stat : 30903 (java) S 30897 30897 30846 0 -1 1077944384 2146 0 0 0 85 4 0 0 20 0 19 0 475058275 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347466304528 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30904] ppid=30897 vsize=15419460 memory=284000 CPUtime=0.86 cores=0,2,4,6
/proc/30899/task/30904/stat : 30904 (java) S 30897 30897 30846 0 -1 1077944384 3306 0 0 0 83 3 0 0 20 0 19 0 475058275 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347465251984 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30905] ppid=30897 vsize=15419460 memory=284000 CPUtime=0.54 cores=0,2,4,6
/proc/30899/task/30905/stat : 30905 (java) S 30897 30897 30846 0 -1 1077944384 2994 0 0 0 35 19 0 0 20 0 19 0 475058276 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347018303472 140347875666562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30906] ppid=30897 vsize=15419460 memory=284000 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30906/stat : 30906 (java) S 30897 30897 30846 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 475058277 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347017249760 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30907] ppid=30897 vsize=15419460 memory=284000 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30907/stat : 30907 (java) S 30897 30897 30846 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 19 0 475058277 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347016197120 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30914] ppid=30897 vsize=15419460 memory=284000 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30914/stat : 30914 (java) S 30897 30897 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475058279 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347015145680 140347875674011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30918] ppid=30897 vsize=15419460 memory=1452 CPUtime=7.61 cores=0,2,4,6
/proc/30899/task/30918/stat : 30918 (java) S 30897 30897 30846 0 -1 1077944384 27108 0 0 0 759 2 0 0 20 0 19 0 475058279 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347014093296 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30920] ppid=30897 vsize=15419460 memory=284000 CPUtime=7.32 cores=0,2,4,6
/proc/30899/task/30920/stat : 30920 (java) S 30897 30897 30846 0 -1 1077944384 28898 0 0 0 730 2 0 0 20 0 19 0 475058279 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347013040752 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30921] ppid=30897 vsize=15419460 memory=1452 CPUtime=1.04 cores=0,2,4,6
/proc/30899/task/30921/stat : 30921 (java) S 30897 30897 30846 0 -1 1077944384 12782 0 0 0 103 1 0 0 20 0 19 0 475058279 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347011988208 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30922] ppid=30897 vsize=15419460 memory=284000 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30922/stat : 30922 (java) S 30897 30897 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475058280 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347010935904 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30924] ppid=30897 vsize=15419460 memory=1452 CPUtime=0.16 cores=0,2,4,6
/proc/30899/task/30924/stat : 30924 (java) R 30897 30897 30846 0 -1 1077944384 554 0 0 0 0 16 0 0 20 0 19 0 475058280 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347009882416 140347875666562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30951] ppid=30897 vsize=15419460 memory=3620 CPUtime=624.51 cores=0,2,4,6
/proc/30899/task/30951/stat : 30951 (java) R 30897 30897 30846 0 -1 4202560 2173 0 0 0 62446 5 0 0 20 0 19 0 475058377 15789527040 71000 33554432000 4194304 4196468 140734030197392 140346998565136 140347477733858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30952] ppid=30897 vsize=15419460 memory=1452 CPUtime=625.42 cores=0,2,4,6
/proc/30899/task/30952/stat : 30952 (java) R 30897 30897 30846 0 -1 4202560 4682 0 0 0 62540 2 0 0 20 0 19 0 475058377 15789527040 71000 33554432000 4194304 4196468 140734030197392 140346997516896 140347473504648 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30953] ppid=30897 vsize=15419460 memory=53488 CPUtime=624.25 cores=0,2,4,6
/proc/30899/task/30953/stat : 30953 (java) R 30897 30897 30846 0 -1 4202560 2546 0 0 0 62425 0 0 0 20 0 19 0 475058377 15789527040 71000 33554432000 4194304 4196468 140734030197392 140346996461400 140347479358924 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30954] ppid=30897 vsize=15419460 memory=988 CPUtime=624.54 cores=0,2,4,6
/proc/30899/task/30954/stat : 30954 (java) R 30897 30897 30846 0 -1 4202560 2190 0 0 0 62453 1 0 0 20 0 19 0 475058378 15789527040 71000 33554432000 4194304 4196468 140734030197392 140346995408680 140347480235910 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 285452 KiB

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

[startup+634.144 s]
# the end of solver process 30897 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000769 s, system=0.001539 s

[startup+634.177 s]
# the end of solver process 30899 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.76 s, system=0.513542 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+634.111 s]
/proc/loadavg: 8.53 7.56 4.64 9/236 32079
/proc/meminfo: memFree=5454820/32770624 swapFree=66938892/67108860
[pid=30897] ppid=30894 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30897/stat : 30897 (xcsp3-exec) S 30894 30897 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475058273 115843072 363 33554432000 4194304 5098028 140736580659136 140736580657240 139918500209276 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10641408 140736580662141 140736580662381 140736580662381 140736580665290 0
/proc/30897/statm: 28282 363 304 221 0 87 0
[pid=30899] ppid=30897 vsize=15419460 memory=284000 CPUtime=2520.01 cores=0,2,4,6
/proc/30899/stat : 30899 (java) S 30897 30897 30846 0 -1 1077944320 104528 0 1 0 251951 50 0 0 20 0 19 0 475058274 15789527040 71000 33554432000 4194304 4196468 140734030197392 140734030179936 140347875655415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
/proc/30899/statm: 3854865 71000 3529 1 0 3815965 0
[pid=30899/tid=30900] ppid=30897 vsize=15419460 memory=284000 CPUtime=1 cores=0,2,4,6
/proc/30899/task/30900/stat : 30900 (java) S 30897 30897 30846 0 -1 1077944384 10337 0 1 0 94 6 0 0 20 0 19 0 475058274 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347879896192 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30901] ppid=30897 vsize=15419460 memory=284000 CPUtime=0.87 cores=0,2,4,6
/proc/30899/task/30901/stat : 30901 (java) S 30897 30897 30846 0 -1 1077944384 1705 0 0 0 84 3 0 0 20 0 19 0 475058275 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347468409616 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30902] ppid=30897 vsize=15419460 memory=284000 CPUtime=0.86 cores=0,2,4,6
/proc/30899/task/30902/stat : 30902 (java) S 30897 30897 30846 0 -1 1077944384 1723 0 0 0 84 2 0 0 20 0 19 0 475058275 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347467357072 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30903] ppid=30897 vsize=15419460 memory=0 CPUtime=0.89 cores=0,2,4,6
/proc/30899/task/30903/stat : 30903 (java) S 30897 30897 30846 0 -1 1077944384 2146 0 0 0 85 4 0 0 20 0 19 0 475058275 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347466304528 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30904] ppid=30897 vsize=15419460 memory=284000 CPUtime=0.86 cores=0,2,4,6
/proc/30899/task/30904/stat : 30904 (java) S 30897 30897 30846 0 -1 1077944384 3306 0 0 0 83 3 0 0 20 0 19 0 475058275 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347465251984 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30905] ppid=30897 vsize=15419460 memory=284000 CPUtime=0.54 cores=0,2,4,6
/proc/30899/task/30905/stat : 30905 (java) S 30897 30897 30846 0 -1 1077944384 2994 0 0 0 35 19 0 0 20 0 19 0 475058276 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347018303472 140347875666562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30906] ppid=30897 vsize=15419460 memory=284000 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30906/stat : 30906 (java) S 30897 30897 30846 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 475058277 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347017249760 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30907] ppid=30897 vsize=15419460 memory=284000 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30907/stat : 30907 (java) S 30897 30897 30846 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 19 0 475058277 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347016197120 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30914] ppid=30897 vsize=15419460 memory=284000 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30914/stat : 30914 (java) S 30897 30897 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475058279 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347015145680 140347875674011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30918] ppid=30897 vsize=15419460 memory=1452 CPUtime=7.61 cores=0,2,4,6
/proc/30899/task/30918/stat : 30918 (java) S 30897 30897 30846 0 -1 1077944384 27108 0 0 0 759 2 0 0 20 0 19 0 475058279 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347014093296 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30920] ppid=30897 vsize=15419460 memory=284000 CPUtime=7.32 cores=0,2,4,6
/proc/30899/task/30920/stat : 30920 (java) S 30897 30897 30846 0 -1 1077944384 28898 0 0 0 730 2 0 0 20 0 19 0 475058279 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347013040752 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30921] ppid=30897 vsize=15419460 memory=1452 CPUtime=1.04 cores=0,2,4,6
/proc/30899/task/30921/stat : 30921 (java) S 30897 30897 30846 0 -1 1077944384 12782 0 0 0 103 1 0 0 20 0 19 0 475058279 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347011988208 140347875666562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30922] ppid=30897 vsize=15419460 memory=284000 CPUtime=0 cores=0,2,4,6
/proc/30899/task/30922/stat : 30922 (java) S 30897 30897 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475058280 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347010935904 140347875665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30924] ppid=30897 vsize=15419460 memory=1452 CPUtime=0.16 cores=0,2,4,6
/proc/30899/task/30924/stat : 30924 (java) R 30897 30897 30846 0 -1 1077944384 554 0 0 0 0 16 0 0 20 0 19 0 475058280 15789527040 71000 33554432000 4194304 4196468 140734030197392 140347009882416 140347875666562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30951] ppid=30897 vsize=15419460 memory=3620 CPUtime=624.51 cores=0,2,4,6
/proc/30899/task/30951/stat : 30951 (java) R 30897 30897 30846 0 -1 4202560 2173 0 0 0 62446 5 0 0 20 0 19 0 475058377 15789527040 71000 33554432000 4194304 4196468 140734030197392 140346998565136 140347477733858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30952] ppid=30897 vsize=15419460 memory=1452 CPUtime=625.42 cores=0,2,4,6
/proc/30899/task/30952/stat : 30952 (java) R 30897 30897 30846 0 -1 4202560 4682 0 0 0 62540 2 0 0 20 0 19 0 475058377 15789527040 71000 33554432000 4194304 4196468 140734030197392 140346997516896 140347473504648 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30953] ppid=30897 vsize=15419460 memory=53488 CPUtime=624.25 cores=0,2,4,6
/proc/30899/task/30953/stat : 30953 (java) R 30897 30897 30846 0 -1 4202560 2546 0 0 0 62425 0 0 0 20 0 19 0 475058377 15789527040 71000 33554432000 4194304 4196468 140734030197392 140346996461400 140347479358924 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
[pid=30899/tid=30954] ppid=30897 vsize=15419460 memory=988 CPUtime=624.54 cores=0,2,4,6
/proc/30899/task/30954/stat : 30954 (java) R 30897 30897 30846 0 -1 4202560 2190 0 0 0 62453 1 0 0 20 0 19 0 475058378 15789527040 71000 33554432000 4194304 4196468 140734030197392 140346995408680 140347480235910 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21393408 140734030205935 140734030206106 140734030206106 140734030208975 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 285452 KiB

Child status: 143
Real time (s): 634.177
CPU time (s): 2520.28
CPU user time (s): 2519.76
CPU system time (s): 0.513542
CPU usage (%): 397.409
Max. virtual memory (cumulated for all children) (KiB): 15535328
Max. memory (cumulated for all children) (KiB): 405448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.76
system time used= 0.513542
maximum resident set size= 404008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105418
page faults= 1
swaps= 0
block input operations= 416
block output operations= 848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33148
involuntary context switches= 39573


# summary of solver processes directly reported to runsolver:
#   pid: 30897,30899
#   total CPU time (s): 2520.28
#   total CPU user time (s): 2519.76
#   total CPU system time (s): 0.513542

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.10915 second user time and 6.87693 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-20 16:00:08
IDJOB=4403899
IDBENCH=115801
IDSOLVER=2863
FILE ID=node139/4403899-1568987886
RUNJOBID= node139-1568988008-30877
PBS_JOBID= 21704637
Free space on /tmp= 5088 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-5.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403899-1568987886/watcher-4403899-1568987886 -o /tmp/evaluation-result-4403899-1568987886/solver-4403899-1568987886 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568988008-30877 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 7553045 HOME/instance-4403899-1568987886.xml

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

MD5SUM BENCH= 8b9c4e6e7c9e88d5c00f06b3f0219a0c
RANDOM SEED=7553045

node139.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.57
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.57
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.57
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.57
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:         6066228 kB
MemAvailable:   31791864 kB
Buffers:          137256 kB
Cached:         25409540 kB
SwapCached:        65316 kB
Active:         12749132 kB
Inactive:       12868280 kB
Active(anon):       6452 kB
Inactive(anon):   110112 kB
Active(file):   12742680 kB
Inactive(file): 12758168 kB
Unevictable:      107612 kB
Mlocked:          107612 kB
SwapTotal:      67108860 kB
SwapFree:       66938868 kB
Dirty:             46404 kB
Writeback:             0 kB
AnonPages:        117268 kB
Mapped:            51080 kB
Shmem:             37264 kB
Slab:             682056 kB
SReclaimable:     653248 kB
SUnreclaim:        28808 kB
KernelStack:        3488 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5036 MiB
End job on node139 at 2019-09-20 16:10:42