Trace number 4399399

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-16? (TO) 2520.58 634.466

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-4399399-1568683588.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399399-1568683588.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
2.73/1.01	c solve instance...
2520.31/634.46	s UNKNOWN
2520.31/634.46	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 (12872 MiB free)
  memory of node 1: 16384 MiB (15525 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399399-1568683588/watcher-4399399-1568683588 -o /tmp/evaluation-result-4399399-1568683588/solver-4399399-1568683588 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568682260-15015 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1117802974 HOME/instance-4399399-1568683588.xml 

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

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

solver pid=15497, runsolver pid=15494

[startup+0.100108 s]*
/proc/loadavg: 8.99 8.75 8.49 8/234 15513
/proc/meminfo: memFree=29062732/32770624 swapFree=66997372/67108860
[pid=15497] ppid=15494 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15497/stat : 15497 (xcsp3-exec) S 15494 15497 14983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444611846 115843072 363 33554432000 4194304 5098028 140726695434208 140726695432312 139763943842428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19984384 140726695437178 140726695437421 140726695437421 140726695440330 0
/proc/15497/statm: 28282 363 304 221 0 87 0
[pid=15499] ppid=15497 vsize=15144776 memory=29016 CPUtime=0.12 cores=1,3,5,7
/proc/15499/stat : 15499 (java) S 15497 15497 14983 0 -1 1077944320 5693 0 0 0 11 1 0 0 20 0 15 0 444611846 15508250624 7254 33554432000 4194304 4196468 140728985490928 140728985473472 140577741168375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
/proc/15499/statm: 3786194 7254 3155 1 0 3748377 0
[pid=15499/tid=15500] ppid=15497 vsize=15144776 memory=7100839870104831090 CPUtime=0.09 cores=1,3,5,7
/proc/15499/task/15500/stat : 15500 (java) R 15497 15497 14983 0 -1 4202560 3601 0 0 0 9 0 0 0 20 0 15 0 444611846 15508250624 7254 33554432000 4194304 4196468 140728985490928 140577745401968 140577376960584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15501] ppid=15497 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15501/stat : 15501 (java) S 15497 15497 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444611847 15508250624 7254 33554432000 4194304 4196468 140728985490928 140577704274704 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15502] ppid=15497 vsize=15144776 memory=140057697756800 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15502/stat : 15502 (java) S 15497 15497 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444611847 15508250624 7254 33554432000 4194304 4196468 140728985490928 140577703222160 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15503] ppid=15497 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15503/stat : 15503 (java) S 15497 15497 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444611847 15508250624 7254 33554432000 4194304 4196468 140728985490928 140577331928080 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15504] ppid=15497 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15504/stat : 15504 (java) S 15497 15497 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444611847 15508250624 7254 33554432000 4194304 4196468 140728985490928 140577330875536 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15505] ppid=15497 vsize=15144776 memory=140057697756800 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15505/stat : 15505 (java) S 15497 15497 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444611848 15508250624 7254 33554432000 4194304 4196468 140728985490928 140576816556016 140577741179522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15506] ppid=15497 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15506/stat : 15506 (java) S 15497 15497 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 444611849 15508250624 7254 33554432000 4194304 4196468 140728985490928 140576815502240 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15507] ppid=15497 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15507/stat : 15507 (java) S 15497 15497 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 444611849 15508250624 7254 33554432000 4194304 4196468 140728985490928 140576814449648 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15508] ppid=15497 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15508/stat : 15508 (java) S 15497 15497 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444611851 15508250624 7254 33554432000 4194304 4196468 140728985490928 140576813398224 140577741186971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15509] ppid=15497 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15509/stat : 15509 (java) R 15497 15497 14983 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 444611851 15508250624 7254 33554432000 4194304 4196468 140728985490928 140576812345840 140577741179522 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15510] ppid=15497 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15510/stat : 15510 (java) R 15497 15497 14983 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 15 0 444611851 15508250624 7254 33554432000 4194304 4196468 140728985490928 140576811293296 140577724604113 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15511] ppid=15497 vsize=15144776 memory=140057697756800 CPUtime=0.02 cores=1,3,5,7
/proc/15499/task/15511/stat : 15511 (java) R 15497 15497 14983 0 -1 4202560 375 0 0 0 2 0 0 0 20 0 15 0 444611852 15508250624 7254 33554432000 4194304 4196468 140728985490928 140576810240752 140577741180310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15512] ppid=15497 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15512/stat : 15512 (java) S 15497 15497 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444611852 15508250624 7254 33554432000 4194304 4196468 140728985490928 140576809188448 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15513] ppid=15497 vsize=15144776 memory=140057697756800 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15513/stat : 15513 (java) S 15497 15497 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444611852 15508250624 7254 33554432000 4194304 4196468 140728985490928 140576808134960 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30468 KiB

[startup+0.210921 s]*
/proc/loadavg: 8.99 8.75 8.49 8/234 15513
/proc/meminfo: memFree=29049752/32770624 swapFree=66997372/67108860
[pid=15497] ppid=15494 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15497/stat : 15497 (xcsp3-exec) S 15494 15497 14983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444611846 115843072 363 33554432000 4194304 5098028 140726695434208 140726695432312 139763943842428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19984384 140726695437178 140726695437421 140726695437421 140726695440330 0
/proc/15497/statm: 28282 363 304 221 0 87 0
[pid=15499] ppid=15497 vsize=15144776 memory=40300 CPUtime=0.34 cores=1,3,5,7
/proc/15499/stat : 15499 (java) S 15497 15497 14983 0 -1 1077944320 9339 0 0 0 31 3 0 0 20 0 15 0 444611846 15508250624 10075 33554432000 4194304 4196468 140728985490928 140728985473472 140577741168375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
/proc/15499/statm: 3786194 10075 3260 1 0 3748377 0
[pid=15499/tid=15500] ppid=15497 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/15499/task/15500/stat : 15500 (java) R 15497 15497 14983 0 -1 4202560 6584 0 0 0 18 2 0 0 20 0 15 0 444611846 15508250624 10075 33554432000 4194304 4196468 140728985490928 140577745406688 140577725248862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15501] ppid=15497 vsize=15144776 memory=9100 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15501/stat : 15501 (java) S 15497 15497 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444611847 15508250624 10075 33554432000 4194304 4196468 140728985490928 140577704274704 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15502] ppid=15497 vsize=15144776 memory=140057701300130 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15502/stat : 15502 (java) S 15497 15497 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444611847 15508250624 10075 33554432000 4194304 4196468 140728985490928 140577703222160 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15503] ppid=15497 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15503/stat : 15503 (java) S 15497 15497 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444611847 15508250624 10075 33554432000 4194304 4196468 140728985490928 140577331928080 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15504] ppid=15497 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15504/stat : 15504 (java) S 15497 15497 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444611847 15508250624 10075 33554432000 4194304 4196468 140728985490928 140577330875536 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15505] ppid=15497 vsize=15144776 memory=140057697756800 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15505/stat : 15505 (java) S 15497 15497 14983 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 444611848 15508250624 10075 33554432000 4194304 4196468 140728985490928 140576816556016 140577741179522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15506] ppid=15497 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15506/stat : 15506 (java) S 15497 15497 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 444611849 15508250624 10075 33554432000 4194304 4196468 140728985490928 140576815502240 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15507] ppid=15497 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15507/stat : 15507 (java) S 15497 15497 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 444611849 15508250624 10075 33554432000 4194304 4196468 140728985490928 140576814449648 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15508] ppid=15497 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15508/stat : 15508 (java) S 15497 15497 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444611851 15508250624 10075 33554432000 4194304 4196468 140728985490928 140576813398224 140577741186971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15509] ppid=15497 vsize=15144776 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15499/task/15509/stat : 15509 (java) S 15497 15497 14983 0 -1 1077944384 457 0 0 0 1 0 0 0 20 0 15 0 444611851 15508250624 10075 33554432000 4194304 4196468 140728985490928 140576812345840 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15510] ppid=15497 vsize=15144776 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/15499/task/15510/stat : 15510 (java) S 15497 15497 14983 0 -1 1077944384 178 0 0 0 3 0 0 0 20 0 15 0 444611851 15508250624 10075 33554432000 4194304 4196468 140728985490928 140576811293296 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15511] ppid=15497 vsize=15144776 memory=140057697756800 CPUtime=0.08 cores=1,3,5,7
/proc/15499/task/15511/stat : 15511 (java) S 15497 15497 14983 0 -1 1077944384 813 0 0 0 8 0 0 0 20 0 15 0 444611852 15508250624 10075 33554432000 4194304 4196468 140728985490928 140576810240752 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15512] ppid=15497 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15512/stat : 15512 (java) S 15497 15497 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444611852 15508250624 10075 33554432000 4194304 4196468 140728985490928 140576809188448 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15513] ppid=15497 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15513/stat : 15513 (java) S 15497 15497 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444611852 15508250624 10075 33554432000 4194304 4196468 140728985490928 140576808134960 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41752 KiB

[startup+0.312129 s]*
/proc/loadavg: 8.99 8.75 8.49 7/234 15513
/proc/meminfo: memFree=29042364/32770624 swapFree=66997372/67108860
[pid=15497] ppid=15494 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15497/stat : 15497 (xcsp3-exec) S 15494 15497 14983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444611846 115843072 363 33554432000 4194304 5098028 140726695434208 140726695432312 139763943842428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19984384 140726695437178 140726695437421 140726695437421 140726695440330 0
/proc/15497/statm: 28282 363 304 221 0 87 0
[pid=15499] ppid=15497 vsize=15149032 memory=49948 CPUtime=0.53 cores=1,3,5,7
/proc/15499/stat : 15499 (java) S 15497 15497 14983 0 -1 1077944320 10837 0 0 0 49 4 0 0 20 0 15 0 444611846 15512608768 12487 33554432000 4194304 4196468 140728985490928 140728985473472 140577741168375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
/proc/15499/statm: 3787258 12487 3369 1 0 3748377 0
[pid=15499/tid=15500] ppid=15497 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/15499/task/15500/stat : 15500 (java) R 15497 15497 14983 0 -1 4202560 7778 0 0 0 27 3 0 0 20 0 15 0 444611846 15512608768 12556 33554432000 4194304 4196468 140728985490928 140577745399488 140577741190301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15501] ppid=15497 vsize=15149032 memory=9461 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15501/stat : 15501 (java) S 15497 15497 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444611847 15512608768 12556 33554432000 4194304 4196468 140728985490928 140577704274704 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15502] ppid=15497 vsize=15149032 memory=3558528 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15502/stat : 15502 (java) S 15497 15497 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444611847 15512608768 12556 33554432000 4194304 4196468 140728985490928 140577703222160 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15503] ppid=15497 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15503/stat : 15503 (java) S 15497 15497 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444611847 15512608768 12556 33554432000 4194304 4196468 140728985490928 140577331928080 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15504] ppid=15497 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15504/stat : 15504 (java) S 15497 15497 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444611847 15512608768 12556 33554432000 4194304 4196468 140728985490928 140577330875536 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15505] ppid=15497 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15505/stat : 15505 (java) S 15497 15497 14983 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 444611848 15512608768 12556 33554432000 4194304 4196468 140728985490928 140576816556016 140577741179522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15506] ppid=15497 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15506/stat : 15506 (java) S 15497 15497 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 444611849 15512608768 12556 33554432000 4194304 4196468 140728985490928 140576815502240 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15507] ppid=15497 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15507/stat : 15507 (java) S 15497 15497 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 444611849 15512608768 12556 33554432000 4194304 4196468 140728985490928 140576814449648 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15508] ppid=15497 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15508/stat : 15508 (java) S 15497 15497 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444611851 15512608768 12556 33554432000 4194304 4196468 140728985490928 140576813398224 140577741186971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15509] ppid=15497 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/15499/task/15509/stat : 15509 (java) R 15497 15497 14983 0 -1 4202560 580 0 0 0 4 0 0 0 20 0 15 0 444611851 15512608768 12556 33554432000 4194304 4196468 140728985490928 140576812345840 140577718429632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15510] ppid=15497 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/15499/task/15510/stat : 15510 (java) S 15497 15497 14983 0 -1 1077944384 211 0 0 0 4 0 0 0 20 0 15 0 444611851 15512608768 12556 33554432000 4194304 4196468 140728985490928 140576811293296 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15511] ppid=15497 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/15499/task/15511/stat : 15511 (java) S 15497 15497 14983 0 -1 1077944384 981 0 0 0 12 0 0 0 20 0 15 0 444611852 15512608768 12556 33554432000 4194304 4196468 140728985490928 140576810240752 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15512] ppid=15497 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15512/stat : 15512 (java) S 15497 15497 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444611852 15512608768 12556 33554432000 4194304 4196468 140728985490928 140576809188448 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15513] ppid=15497 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15513/stat : 15513 (java) S 15497 15497 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444611852 15512608768 12556 33554432000 4194304 4196468 140728985490928 140576808134960 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51400 KiB

[startup+0.700933 s]
/proc/loadavg: 8.99 8.75 8.49 8/234 15513
/proc/meminfo: memFree=29025244/32770624 swapFree=66997372/67108860
[pid=15497] ppid=15494 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15497/stat : 15497 (xcsp3-exec) S 15494 15497 14983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444611846 115843072 363 33554432000 4194304 5098028 140726695434208 140726695432312 139763943842428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19984384 140726695437178 140726695437421 140726695437421 140726695440330 0
/proc/15497/statm: 28282 363 304 221 0 87 0
[pid=15499] ppid=15497 vsize=15151156 memory=85604 CPUtime=1.66 cores=1,3,5,7
/proc/15499/stat : 15499 (java) S 15497 15497 14983 0 -1 1077944320 14665 0 0 0 161 5 0 0 20 0 15 0 444611846 15514783744 21401 33554432000 4194304 4196468 140728985490928 140728985473472 140577741168375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
/proc/15499/statm: 3787789 21401 3452 1 0 3748889 0
[pid=15499/tid=15500] ppid=15497 vsize=15151156 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/15499/task/15500/stat : 15500 (java) R 15497 15497 14983 0 -1 4202560 8825 0 0 0 63 3 0 0 20 0 15 0 444611846 15514783744 21401 33554432000 4194304 4196468 140728985490928 140577745403184 140577381713892 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15501] ppid=15497 vsize=15151156 memory=500 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15501/stat : 15501 (java) S 15497 15497 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444611847 15514783744 21401 33554432000 4194304 4196468 140728985490928 140577704274704 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15502] ppid=15497 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15502/stat : 15502 (java) S 15497 15497 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444611847 15514783744 21401 33554432000 4194304 4196468 140728985490928 140577703222160 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15503] ppid=15497 vsize=15151156 memory=932 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15503/stat : 15503 (java) S 15497 15497 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444611847 15514783744 21401 33554432000 4194304 4196468 140728985490928 140577331928080 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15504] ppid=15497 vsize=15151156 memory=3768 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15504/stat : 15504 (java) S 15497 15497 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444611847 15514783744 21401 33554432000 4194304 4196468 140728985490928 140577330875536 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15505] ppid=15497 vsize=15151156 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15505/stat : 15505 (java) S 15497 15497 14983 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 444611848 15514783744 21401 33554432000 4194304 4196468 140728985490928 140576816556016 140577741179522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15506] ppid=15497 vsize=15151156 memory=2512 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15506/stat : 15506 (java) S 15497 15497 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 444611849 15514783744 21401 33554432000 4194304 4196468 140728985490928 140576815502240 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15507] ppid=15497 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15507/stat : 15507 (java) S 15497 15497 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 444611849 15514783744 21401 33554432000 4194304 4196468 140728985490928 140576814449648 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15508] ppid=15497 vsize=15151156 memory=812 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15508/stat : 15508 (java) S 15497 15497 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444611851 15514783744 21401 33554432000 4194304 4196468 140728985490928 140576813398224 140577741186971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15509] ppid=15497 vsize=15151156 memory=1764 CPUtime=0.27 cores=1,3,5,7
/proc/15499/task/15509/stat : 15509 (java) R 15497 15497 14983 0 -1 1077944384 1326 0 0 0 27 0 0 0 20 0 15 0 444611851 15514783744 21401 33554432000 4194304 4196468 140728985490928 140576812345840 140577741179522 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15510] ppid=15497 vsize=15151156 memory=111628 CPUtime=0.26 cores=1,3,5,7
/proc/15499/task/15510/stat : 15510 (java) R 15497 15497 14983 0 -1 4202560 945 0 0 0 26 0 0 0 20 0 15 0 444611851 15514783744 21401 33554432000 4194304 4196468 140728985490928 140576811293296 140577720437350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15511] ppid=15497 vsize=15151156 memory=796 CPUtime=0.44 cores=1,3,5,7
/proc/15499/task/15511/stat : 15511 (java) R 15497 15497 14983 0 -1 4202560 2260 0 0 0 44 0 0 0 20 0 15 0 444611852 15514783744 21401 33554432000 4194304 4196468 140728985490928 140576810236480 140577725423385 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15512] ppid=15497 vsize=15151156 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15512/stat : 15512 (java) S 15497 15497 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444611852 15514783744 21401 33554432000 4194304 4196468 140728985490928 140576809188448 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15513] ppid=15497 vsize=15151156 memory=736 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15513/stat : 15513 (java) S 15497 15497 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444611852 15514783744 21401 33554432000 4194304 4196468 140728985490928 140576808134960 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 87056 KiB

[startup+1.51418 s]
/proc/loadavg: 9.15 8.79 8.50 8/234 15513
/proc/meminfo: memFree=28947308/32770624 swapFree=66997372/67108860
[pid=15497] ppid=15494 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15497/stat : 15497 (xcsp3-exec) S 15494 15497 14983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444611846 115843072 363 33554432000 4194304 5098028 140726695434208 140726695432312 139763943842428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19984384 140726695437178 140726695437421 140726695437421 140726695440330 0
/proc/15497/statm: 28282 363 304 221 0 87 0

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

/proc/15499/stat : 15499 (java) S 15497 15497 14983 0 -1 1077944320 101375 0 0 0 207444 46 0 0 20 0 19 0 444611846 15789527040 70265 33554432000 4194304 4196468 140728985490928 140728985473472 140577741168375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
/proc/15499/statm: 3854865 70265 3528 1 0 3815965 0
[pid=15499/tid=15500] ppid=15497 vsize=15419460 memory=281060 CPUtime=1 cores=1,3,5,7
/proc/15499/task/15500/stat : 15500 (java) S 15497 15497 14983 0 -1 1077944384 10044 0 0 0 95 5 0 0 20 0 19 0 444611846 15789527040 70265 33554432000 4194304 4196468 140728985490928 140577745409152 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15501] ppid=15497 vsize=15419460 memory=281060 CPUtime=0.65 cores=1,3,5,7
/proc/15499/task/15501/stat : 15501 (java) S 15497 15497 14983 0 -1 1077944384 3469 0 0 0 61 4 0 0 20 0 19 0 444611847 15789527040 70265 33554432000 4194304 4196468 140728985490928 140577704274704 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15502] ppid=15497 vsize=15419460 memory=281060 CPUtime=0.66 cores=1,3,5,7
/proc/15499/task/15502/stat : 15502 (java) S 15497 15497 14983 0 -1 1077944384 1840 0 0 0 62 4 0 0 20 0 19 0 444611847 15789527040 70265 33554432000 4194304 4196468 140728985490928 140577703222160 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15503] ppid=15497 vsize=15419460 memory=1452 CPUtime=0.67 cores=1,3,5,7
/proc/15499/task/15503/stat : 15503 (java) S 15497 15497 14983 0 -1 1077944384 3018 0 0 0 64 3 0 0 20 0 19 0 444611847 15789527040 70265 33554432000 4194304 4196468 140728985490928 140577331928080 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15504] ppid=15497 vsize=15419460 memory=140057541707777 CPUtime=0.66 cores=1,3,5,7
/proc/15499/task/15504/stat : 15504 (java) S 15497 15497 14983 0 -1 1077944384 1812 0 0 0 63 3 0 0 20 0 19 0 444611847 15789527040 70265 33554432000 4194304 4196468 140728985490928 140577330875536 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15505] ppid=15497 vsize=15419460 memory=281060 CPUtime=0.4 cores=1,3,5,7
/proc/15499/task/15505/stat : 15505 (java) S 15497 15497 14983 0 -1 1077944384 2859 0 0 0 28 12 0 0 20 0 19 0 444611848 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576816556016 140577741179522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15506] ppid=15497 vsize=15419460 memory=8819569139123409965 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15506/stat : 15506 (java) S 15497 15497 14983 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 444611849 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576815502304 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15507] ppid=15497 vsize=15419460 memory=288284467926402366 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15507/stat : 15507 (java) S 15497 15497 14983 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 444611849 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576814449664 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15508] ppid=15497 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15508/stat : 15508 (java) S 15497 15497 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444611851 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576813398224 140577741186971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15509] ppid=15497 vsize=15419460 memory=1452 CPUtime=5.66 cores=1,3,5,7
/proc/15499/task/15509/stat : 15509 (java) S 15497 15497 14983 0 -1 1077944384 25388 0 0 0 563 3 0 0 20 0 19 0 444611851 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576812345840 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15510] ppid=15497 vsize=15419460 memory=0 CPUtime=5.59 cores=1,3,5,7
/proc/15499/task/15510/stat : 15510 (java) S 15497 15497 14983 0 -1 1077944384 26910 0 0 0 558 1 0 0 20 0 19 0 444611851 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576811293296 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15511] ppid=15497 vsize=15419460 memory=6943526294502006880 CPUtime=1.06 cores=1,3,5,7
/proc/15499/task/15511/stat : 15511 (java) S 15497 15497 14983 0 -1 1077944384 11677 0 0 0 104 2 0 0 20 0 19 0 444611852 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576810240752 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15512] ppid=15497 vsize=15419460 memory=57 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15512/stat : 15512 (java) S 15497 15497 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444611852 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576809188448 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15513] ppid=15497 vsize=15419460 memory=6371309690701440085 CPUtime=0.16 cores=1,3,5,7
/proc/15499/task/15513/stat : 15513 (java) S 15497 15497 14983 0 -1 1077944384 1526 0 0 0 0 16 0 0 20 0 19 0 444611852 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576808134960 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15514] ppid=15497 vsize=15419460 memory=1452 CPUtime=514.47 cores=1,3,5,7
/proc/15499/task/15514/stat : 15514 (java) R 15497 15497 14983 0 -1 4202560 2091 0 0 0 51446 1 0 0 20 0 19 0 444611949 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576796817792 140577387138130 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15515] ppid=15497 vsize=15419460 memory=1452 CPUtime=515 cores=1,3,5,7
/proc/15499/task/15515/stat : 15515 (java) R 15497 15497 14983 0 -1 4202560 5056 0 0 0 51497 3 0 0 20 0 19 0 444611949 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576795769440 140577379634047 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15516] ppid=15497 vsize=15419460 memory=0 CPUtime=514.59 cores=1,3,5,7
/proc/15499/task/15516/stat : 15516 (java) R 15497 15497 14983 0 -1 4202560 2091 0 0 0 51458 1 0 0 20 0 19 0 444611949 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576794714040 140577386410954 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15517] ppid=15497 vsize=15419460 memory=1483 CPUtime=514.18 cores=1,3,5,7
/proc/15499/task/15517/stat : 15517 (java) R 15497 15497 14983 0 -1 4202560 2218 0 0 0 51417 1 0 0 20 0 19 0 444611949 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576793661232 140577379634774 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
Current children cumulated CPU time: 2074.9 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 282512 KiB

[startup+582.301 s]
/proc/loadavg: 9.08 8.76 8.61 10/238 17298
/proc/meminfo: memFree=30556224/32770624 swapFree=66997372/67108860
[pid=15497] ppid=15494 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15497/stat : 15497 (xcsp3-exec) S 15494 15497 14983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444611846 115843072 363 33554432000 4194304 5098028 140726695434208 140726695432312 139763943842428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19984384 140726695437178 140726695437421 140726695437421 140726695440330 0
/proc/15497/statm: 28282 363 304 221 0 87 0
[pid=15499] ppid=15497 vsize=15419460 memory=281060 CPUtime=2313.18 cores=1,3,5,7
/proc/15499/stat : 15499 (java) S 15497 15497 14983 0 -1 1077944320 102176 0 0 0 231269 49 0 0 20 0 19 0 444611846 15789527040 70265 33554432000 4194304 4196468 140728985490928 140728985473472 140577741168375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
/proc/15499/statm: 3854865 70265 3528 1 0 3815965 0
[pid=15499/tid=15500] ppid=15497 vsize=15419460 memory=281060 CPUtime=1 cores=1,3,5,7
/proc/15499/task/15500/stat : 15500 (java) S 15497 15497 14983 0 -1 1077944384 10044 0 0 0 95 5 0 0 20 0 19 0 444611846 15789527040 70265 33554432000 4194304 4196468 140728985490928 140577745409152 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15501] ppid=15497 vsize=15419460 memory=281060 CPUtime=0.73 cores=1,3,5,7
/proc/15499/task/15501/stat : 15501 (java) S 15497 15497 14983 0 -1 1077944384 3501 0 0 0 68 5 0 0 20 0 19 0 444611847 15789527040 70265 33554432000 4194304 4196468 140728985490928 140577704274704 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15502] ppid=15497 vsize=15419460 memory=281060 CPUtime=0.73 cores=1,3,5,7
/proc/15499/task/15502/stat : 15502 (java) S 15497 15497 14983 0 -1 1077944384 1987 0 0 0 69 4 0 0 20 0 19 0 444611847 15789527040 70265 33554432000 4194304 4196468 140728985490928 140577703222160 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15503] ppid=15497 vsize=15419460 memory=281060 CPUtime=0.74 cores=1,3,5,7
/proc/15499/task/15503/stat : 15503 (java) S 15497 15497 14983 0 -1 1077944384 3024 0 0 0 71 3 0 0 20 0 19 0 444611847 15789527040 70265 33554432000 4194304 4196468 140728985490928 140577331928080 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15504] ppid=15497 vsize=15419460 memory=1452 CPUtime=0.73 cores=1,3,5,7
/proc/15499/task/15504/stat : 15504 (java) S 15497 15497 14983 0 -1 1077944384 1818 0 0 0 70 3 0 0 20 0 19 0 444611847 15789527040 70265 33554432000 4194304 4196468 140728985490928 140577330875536 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15505] ppid=15497 vsize=15419460 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/15499/task/15505/stat : 15505 (java) S 15497 15497 14983 0 -1 1077944384 2918 0 0 0 31 12 0 0 20 0 19 0 444611848 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576816556016 140577741179522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15506] ppid=15497 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15506/stat : 15506 (java) S 15497 15497 14983 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 444611849 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576815502304 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15507] ppid=15497 vsize=15419460 memory=281060 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15507/stat : 15507 (java) S 15497 15497 14983 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 444611849 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576814449664 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15508] ppid=15497 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15508/stat : 15508 (java) S 15497 15497 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444611851 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576813398224 140577741186971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15509] ppid=15497 vsize=15419460 memory=1452 CPUtime=5.66 cores=1,3,5,7
/proc/15499/task/15509/stat : 15509 (java) S 15497 15497 14983 0 -1 1077944384 25554 0 0 0 563 3 0 0 20 0 19 0 444611851 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576812345840 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15510] ppid=15497 vsize=15419460 memory=111628 CPUtime=5.59 cores=1,3,5,7
/proc/15499/task/15510/stat : 15510 (java) S 15497 15497 14983 0 -1 1077944384 26910 0 0 0 558 1 0 0 20 0 19 0 444611851 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576811293296 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15511] ppid=15497 vsize=15419460 memory=281060 CPUtime=1.06 cores=1,3,5,7
/proc/15499/task/15511/stat : 15511 (java) S 15497 15497 14983 0 -1 1077944384 11677 0 0 0 104 2 0 0 20 0 19 0 444611852 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576810240752 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15512] ppid=15497 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15512/stat : 15512 (java) S 15497 15497 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444611852 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576809188448 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15513] ppid=15497 vsize=15419460 memory=281060 CPUtime=0.18 cores=1,3,5,7
/proc/15499/task/15513/stat : 15513 (java) S 15497 15497 14983 0 -1 1077944384 1541 0 0 0 0 18 0 0 20 0 19 0 444611852 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576808134960 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15514] ppid=15497 vsize=15419460 memory=281060 CPUtime=573.96 cores=1,3,5,7
/proc/15499/task/15514/stat : 15514 (java) R 15497 15497 14983 0 -1 4202560 2197 0 0 0 57394 2 0 0 20 0 19 0 444611949 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576796817920 140577379634917 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15515] ppid=15497 vsize=15419460 memory=1452 CPUtime=574.48 cores=1,3,5,7
/proc/15499/task/15515/stat : 15515 (java) R 15497 15497 14983 0 -1 4202560 5156 0 0 0 57444 4 0 0 20 0 19 0 444611949 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576795766512 140577379634708 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15516] ppid=15497 vsize=15419460 memory=48020 CPUtime=574.18 cores=1,3,5,7
/proc/15499/task/15516/stat : 15516 (java) R 15497 15497 14983 0 -1 4202560 2168 0 0 0 57416 2 0 0 20 0 19 0 444611949 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576794717232 140577387744238 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15517] ppid=15497 vsize=15419460 memory=3028 CPUtime=573.56 cores=1,3,5,7
/proc/15499/task/15517/stat : 15517 (java) R 15497 15497 14983 0 -1 4202560 2305 0 0 0 57355 1 0 0 20 0 19 0 444611949 15789527040 70265 33554432000 4194304 4196468 140728985490928 140576793661224 140577379634730 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
Current children cumulated CPU time: 2313.18 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 282512 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+634.401 s]
/proc/loadavg: 9.13 8.83 8.64 8/238 17309
/proc/meminfo: memFree=30460864/32770624 swapFree=66997372/67108860
[pid=15497] ppid=15494 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15497/stat : 15497 (xcsp3-exec) S 15494 15497 14983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444611846 115843072 363 33554432000 4194304 5098028 140726695434208 140726695432312 139763943842428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19984384 140726695437178 140726695437421 140726695437421 140726695440330 0
/proc/15497/statm: 28282 363 304 221 0 87 0
[pid=15499] ppid=15497 vsize=15419460 memory=283108 CPUtime=2520.31 cores=1,3,5,7
/proc/15499/stat : 15499 (java) S 15497 15497 14983 0 -1 1077944320 103547 0 0 0 251982 49 0 0 20 0 19 0 444611846 15789527040 70777 33554432000 4194304 4196468 140728985490928 140728985473472 140577741168375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
/proc/15499/statm: 3854865 70777 3528 1 0 3815965 0
[pid=15499/tid=15500] ppid=15497 vsize=15419460 memory=3268 CPUtime=1 cores=1,3,5,7
/proc/15499/task/15500/stat : 15500 (java) S 15497 15497 14983 0 -1 1077944384 10044 0 0 0 95 5 0 0 20 0 19 0 444611846 15789527040 70777 33554432000 4194304 4196468 140728985490928 140577745409152 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15501] ppid=15497 vsize=15419460 memory=1452 CPUtime=0.79 cores=1,3,5,7
/proc/15499/task/15501/stat : 15501 (java) S 15497 15497 14983 0 -1 1077944384 3562 0 0 0 74 5 0 0 20 0 19 0 444611847 15789527040 70777 33554432000 4194304 4196468 140728985490928 140577704274704 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15502] ppid=15497 vsize=15419460 memory=283108 CPUtime=0.79 cores=1,3,5,7
/proc/15499/task/15502/stat : 15502 (java) S 15497 15497 14983 0 -1 1077944384 2157 0 0 0 75 4 0 0 20 0 19 0 444611847 15789527040 70777 33554432000 4194304 4196468 140728985490928 140577703222160 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15503] ppid=15497 vsize=15419460 memory=6791534058613427641 CPUtime=0.81 cores=1,3,5,7
/proc/15499/task/15503/stat : 15503 (java) S 15497 15497 14983 0 -1 1077944384 3373 0 0 0 77 4 0 0 20 0 19 0 444611847 15789527040 70777 33554432000 4194304 4196468 140728985490928 140577331928080 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15504] ppid=15497 vsize=15419460 memory=283108 CPUtime=0.79 cores=1,3,5,7
/proc/15499/task/15504/stat : 15504 (java) S 15497 15497 14983 0 -1 1077944384 1868 0 0 0 76 3 0 0 20 0 19 0 444611847 15789527040 70777 33554432000 4194304 4196468 140728985490928 140577330875536 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15505] ppid=15497 vsize=15419460 memory=3028 CPUtime=0.46 cores=1,3,5,7
/proc/15499/task/15505/stat : 15505 (java) S 15497 15497 14983 0 -1 1077944384 3129 0 0 0 34 12 0 0 20 0 19 0 444611848 15789527040 70777 33554432000 4194304 4196468 140728985490928 140576816556016 140577741179522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15506] ppid=15497 vsize=15419460 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15506/stat : 15506 (java) S 15497 15497 14983 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 444611849 15789527040 70777 33554432000 4194304 4196468 140728985490928 140576815502304 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15507] ppid=15497 vsize=15419460 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15507/stat : 15507 (java) S 15497 15497 14983 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 444611849 15789527040 70777 33554432000 4194304 4196468 140728985490928 140576814449664 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15508] ppid=15497 vsize=15419460 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15508/stat : 15508 (java) S 15497 15497 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444611851 15789527040 70777 33554432000 4194304 4196468 140728985490928 140576813398224 140577741186971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15509] ppid=15497 vsize=15419460 memory=3432 CPUtime=5.66 cores=1,3,5,7
/proc/15499/task/15509/stat : 15509 (java) S 15497 15497 14983 0 -1 1077944384 25556 0 0 0 563 3 0 0 20 0 19 0 444611851 15789527040 70777 33554432000 4194304 4196468 140728985490928 140576812345840 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15510] ppid=15497 vsize=15419460 memory=1452 CPUtime=5.6 cores=1,3,5,7
/proc/15499/task/15510/stat : 15510 (java) S 15497 15497 14983 0 -1 1077944384 26969 0 0 0 559 1 0 0 20 0 19 0 444611851 15789527040 70777 33554432000 4194304 4196468 140728985490928 140576811293296 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15511] ppid=15497 vsize=15419460 memory=283108 CPUtime=1.06 cores=1,3,5,7
/proc/15499/task/15511/stat : 15511 (java) S 15497 15497 14983 0 -1 1077944384 11679 0 0 0 104 2 0 0 20 0 19 0 444611852 15789527040 70777 33554432000 4194304 4196468 140728985490928 140576810240752 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15512] ppid=15497 vsize=15419460 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/15499/task/15512/stat : 15512 (java) S 15497 15497 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444611852 15789527040 70777 33554432000 4194304 4196468 140728985490928 140576809188448 140577741178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15513] ppid=15497 vsize=15419460 memory=2512 CPUtime=0.19 cores=1,3,5,7
/proc/15499/task/15513/stat : 15513 (java) S 15497 15497 14983 0 -1 1077944384 1556 0 0 0 0 19 0 0 20 0 19 0 444611852 15789527040 70777 33554432000 4194304 4196468 140728985490928 140576808134960 140577741179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15514] ppid=15497 vsize=15419460 memory=1436 CPUtime=625.71 cores=1,3,5,7
/proc/15499/task/15514/stat : 15514 (java) R 15497 15497 14983 0 -1 4202560 2332 0 0 0 62569 2 0 0 20 0 19 0 444611949 15789527040 70777 33554432000 4194304 4196468 140728985490928 140576796817792 140577386736448 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15515] ppid=15497 vsize=15419460 memory=812 CPUtime=626.06 cores=1,3,5,7
/proc/15499/task/15515/stat : 15515 (java) R 15497 15497 14983 0 -1 4202560 5241 0 0 0 62602 4 0 0 20 0 19 0 444611949 15789527040 70777 33554432000 4194304 4196468 140728985490928 140576795766664 140577387176868 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15516] ppid=15497 vsize=15419460 memory=1764 CPUtime=625.9 cores=1,3,5,7
/proc/15499/task/15516/stat : 15516 (java) R 15497 15497 14983 0 -1 4202560 2291 0 0 0 62588 2 0 0 20 0 19 0 444611949 15789527040 70777 33554432000 4194304 4196468 140728985490928 140576794714120 140577384745607 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
[pid=15499/tid=15517] ppid=15497 vsize=15419460 memory=1452 CPUtime=625.34 cores=1,3,5,7
/proc/15499/task/15517/stat : 15517 (java) R 15497 15497 14983 0 -1 4202560 2414 0 0 0 62533 1 0 0 20 0 19 0 444611949 15789527040 70777 33554432000 4194304 4196468 140728985490928 140576793664112 140577379634976 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140728985494511 140728985494682 140728985494682 140728985497551 0
Current children cumulated CPU time: 2520.31 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 284560 KiB

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

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

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

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

Child status: 143
Real time (s): 634.466
CPU time (s): 2520.58
CPU user time (s): 2520.07
CPU system time (s): 0.503131
CPU usage (%): 397.275
Max. virtual memory (cumulated for all children) (KiB): 15535356
Max. memory (cumulated for all children) (KiB): 402932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.07
system time used= 0.503131
maximum resident set size= 401612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104415
page faults= 0
swaps= 0
block input operations= 0
block output operations= 848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31534
involuntary context switches= 48644


# summary of solver processes directly reported to runsolver:
#   pid: 15497,15499
#   total CPU time (s): 2520.58
#   total CPU user time (s): 2520.07
#   total CPU system time (s): 0.503131

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.05588 second user time and 7.42622 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 03:25:29
IDJOB=4399399
IDBENCH=115801
IDSOLVER=2853
FILE ID=node103/4399399-1568683588
RUNJOBID= node103-1568682260-15015
PBS_JOBID= 21703798
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 2019-09-16
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-4399399-1568683588/watcher-4399399-1568683588 -o /tmp/evaluation-result-4399399-1568683588/solver-4399399-1568683588 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568682260-15015 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1117802974 HOME/instance-4399399-1568683588.xml

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

MD5SUM BENCH= 8b9c4e6e7c9e88d5c00f06b3f0219a0c
RANDOM SEED=1117802974

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29079324 kB
MemAvailable:   29450300 kB
Buffers:           59552 kB
Cached:           607292 kB
SwapCached:         9016 kB
Active:          2861384 kB
Inactive:         249228 kB
Active(anon):    2435820 kB
Inactive(anon):    57332 kB
Active(file):     425564 kB
Inactive(file):   191896 kB
Unevictable:      111144 kB
Mlocked:          111144 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             26080 kB
Writeback:             0 kB
AnonPages:       2551032 kB
Mapped:            61532 kB
Shmem:             40888 kB
Slab:             168860 kB
SReclaimable:     138700 kB
SUnreclaim:        30160 kB
KernelStack:        4160 kB
PageTables:        10888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4514780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2430976 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= 61668 MiB
End job on node103 at 2019-09-17 03:36:03