Trace number 4406304

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-24? (TO) 2520.1 2509.52

General information on the benchmark

NameNurseRostering/
NurseRostering-18_c18.xml
MD5SUM2080050c46f9199df44cd86a0d29de9d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark48151
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables3286
Number of constraints8967
Number of domains16
Minimum domain size1
Maximum domain size85
Distribution of domain sizes[{"size":1,"count":96},{"size":2,"count":678},{"size":4,"count":1848},{"size":23,"count":588},{"size":41,"count":2},{"size":44,"count":16},{"size":85,"count":58}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":1174},{"degree":3,"count":264},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":2},{"degree":16,"count":17},{"degree":17,"count":24},{"degree":18,"count":38},{"degree":19,"count":38},{"degree":20,"count":189},{"degree":21,"count":776},{"degree":22,"count":573},{"degree":23,"count":149}]
Minimum constraint arity2
Maximum constraint arity176
Distribution of constraint arities[{"arity":2,"count":3148},{"arity":3,"count":3608},{"arity":4,"count":22},{"arity":5,"count":320},{"arity":6,"count":1422},{"arity":12,"count":22},{"arity":23,"count":336},{"arity":85,"count":88},{"arity":176,"count":1}]
Number of extensional constraints2162
Number of intensional constraints986
Distribution of constraint types[{"type":"extension","count":2162},{"type":"intension","count":986},{"type":"regular","count":3608},{"type":"sum","count":44},{"type":"count","count":2166},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406304-1569414381.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406304-1569414381.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
5.45/1.89	c solve instance...
2520.07/2509.50	s UNKNOWN
2520.07/2509.50	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 (10659 MiB free)
  memory of node 1: 16384 MiB (13863 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406304-1569414381/watcher-4406304-1569414381 -o /tmp/evaluation-result-4406304-1569414381/solver-4406304-1569414381 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1569409216-25183 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1356232367 HOME/instance-4406304-1569414381.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=26200, runsolver pid=26197


[startup+0.102021 s]*
/proc/loadavg: 2.46 2.06 1.94 3/229 26216
/proc/meminfo: memFree=25094496/32770624 swapFree=67002656/67108860
[pid=26200] ppid=26197 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26200/stat : 26200 (xcsp3-exec) S 26197 26200 25152 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517599666 115843072 362 33554432000 4194304 5098028 140735096279024 140735096277128 140660734308988 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35471360 140735096288122 140735096288365 140735096288365 140735096291274 0
/proc/26200/statm: 28282 362 304 221 0 87 0
[pid=26202] ppid=26200 vsize=15144776 memory=29616 CPUtime=0.13 cores=0,2,4,6
/proc/26202/stat : 26202 (java) S 26200 26200 25152 0 -1 1077944320 5858 0 0 0 12 1 0 0 20 0 15 0 517599667 15508250624 7404 33554432000 4194304 4196468 140730250643760 140730250626304 140312405294839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
/proc/26202/statm: 3786194 7404 3152 1 0 3748377 0
[pid=26202/tid=26203] ppid=26200 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/26202/task/26203/stat : 26203 (java) S 26200 26200 25152 0 -1 1077944384 3734 0 0 0 9 0 0 0 20 0 15 0 517599667 15508250624 7404 33554432000 4194304 4196468 140730250643760 140312409523648 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26204] ppid=26200 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (java) S 26200 26200 25152 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517599668 15508250624 7404 33554432000 4194304 4196468 140730250643760 140312357915536 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26205] ppid=26200 vsize=15144776 memory=4122957911816296096 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (java) S 26200 26200 25152 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517599668 15508250624 7404 33554432000 4194304 4196468 140730250643760 140312356862736 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26206] ppid=26200 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (java) S 26200 26200 25152 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517599668 15508250624 7404 33554432000 4194304 4196468 140730250643760 140312355810448 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26207] ppid=26200 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (java) S 26200 26200 25152 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517599668 15508250624 7404 33554432000 4194304 4196468 140730250643760 140312354757648 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26208] ppid=26200 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26208/stat : 26208 (java) S 26200 26200 25152 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517599669 15508250624 7404 33554432000 4194304 4196468 140730250643760 140311873919088 140312405305986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26209] ppid=26200 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26209/stat : 26209 (java) S 26200 26200 25152 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517599669 15508250624 7404 33554432000 4194304 4196468 140730250643760 140311872865056 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26210] ppid=26200 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26210/stat : 26210 (java) S 26200 26200 25152 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517599670 15508250624 7404 33554432000 4194304 4196468 140730250643760 140311871812720 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26211] ppid=26200 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26211/stat : 26211 (java) S 26200 26200 25152 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517599672 15508250624 7404 33554432000 4194304 4196468 140730250643760 140311870761040 140312405313435 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26212] ppid=26200 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26212/stat : 26212 (java) R 26200 26200 25152 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 517599672 15508250624 7404 33554432000 4194304 4196468 140730250643760 140311869708912 140312405305986 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26213] ppid=26200 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26213/stat : 26213 (java) R 26200 26200 25152 0 -1 4202560 385 0 0 0 0 0 0 0 20 0 15 0 517599672 15508250624 7404 33554432000 4194304 4196468 140730250643760 140311868656112 140312383121985 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26214] ppid=26200 vsize=15144776 memory=139823393166976 CPUtime=0.02 cores=0,2,4,6
/proc/26202/task/26214/stat : 26214 (java) R 26200 26200 25152 0 -1 4202560 364 0 0 0 2 0 0 0 20 0 15 0 517599672 15508250624 7404 33554432000 4194304 4196468 140730250643760 140311867603824 140312384576115 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26215] ppid=26200 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26215/stat : 26215 (java) S 26200 26200 25152 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517599672 15508250624 7404 33554432000 4194304 4196468 140730250643760 140311866551264 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26216] ppid=26200 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26216/stat : 26216 (java) S 26200 26200 25152 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517599673 15508250624 7404 33554432000 4194304 4196468 140730250643760 140311865498032 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31064 KiB

[startup+0.210712 s]*
/proc/loadavg: 2.46 2.06 1.94 4/229 26216
/proc/meminfo: memFree=25082260/32770624 swapFree=67002656/67108860
[pid=26200] ppid=26197 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26200/stat : 26200 (xcsp3-exec) S 26197 26200 25152 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517599666 115843072 362 33554432000 4194304 5098028 140735096279024 140735096277128 140660734308988 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35471360 140735096288122 140735096288365 140735096288365 140735096291274 0
/proc/26200/statm: 28282 362 304 221 0 87 0
[pid=26202] ppid=26200 vsize=15144776 memory=41040 CPUtime=0.34 cores=0,2,4,6
/proc/26202/stat : 26202 (java) S 26200 26200 25152 0 -1 1077944320 9461 0 0 0 31 3 0 0 20 0 15 0 517599667 15508250624 10260 33554432000 4194304 4196468 140730250643760 140730250626304 140312405294839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
/proc/26202/statm: 3786194 10260 3295 1 0 3748377 0
[pid=26202/tid=26203] ppid=26200 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/26202/task/26203/stat : 26203 (java) R 26200 26200 25152 0 -1 4202560 6640 0 0 0 18 2 0 0 20 0 15 0 517599667 15508250624 10260 33554432000 4194304 4196468 140730250643760 140312409531600 140312389375326 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26204] ppid=26200 vsize=15144776 memory=14645 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (java) S 26200 26200 25152 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517599668 15508250624 10260 33554432000 4194304 4196468 140730250643760 140312357915536 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26205] ppid=26200 vsize=15144776 memory=139823396986363 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (java) S 26200 26200 25152 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517599668 15508250624 10260 33554432000 4194304 4196468 140730250643760 140312356862736 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26206] ppid=26200 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (java) S 26200 26200 25152 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517599668 15508250624 10260 33554432000 4194304 4196468 140730250643760 140312355810448 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26207] ppid=26200 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (java) S 26200 26200 25152 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517599668 15508250624 10260 33554432000 4194304 4196468 140730250643760 140312354757648 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26208] ppid=26200 vsize=15144776 memory=139823393166976 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26208/stat : 26208 (java) S 26200 26200 25152 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517599669 15508250624 10260 33554432000 4194304 4196468 140730250643760 140311873919088 140312405305986 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26209] ppid=26200 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26209/stat : 26209 (java) S 26200 26200 25152 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517599669 15508250624 10260 33554432000 4194304 4196468 140730250643760 140311872865056 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26210] ppid=26200 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26210/stat : 26210 (java) S 26200 26200 25152 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517599670 15508250624 10260 33554432000 4194304 4196468 140730250643760 140311871812720 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26211] ppid=26200 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26211/stat : 26211 (java) S 26200 26200 25152 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517599672 15508250624 10260 33554432000 4194304 4196468 140730250643760 140311870761040 140312405313435 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26212] ppid=26200 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26202/task/26212/stat : 26212 (java) S 26200 26200 25152 0 -1 1077944384 365 0 0 0 3 0 0 0 20 0 15 0 517599672 15508250624 10260 33554432000 4194304 4196468 140730250643760 140311869708912 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26213] ppid=26200 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26202/task/26213/stat : 26213 (java) S 26200 26200 25152 0 -1 1077944384 409 0 0 0 1 0 0 0 20 0 15 0 517599672 15508250624 10260 33554432000 4194304 4196468 140730250643760 140311868656112 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26214] ppid=26200 vsize=15144776 memory=139823393166976 CPUtime=0.08 cores=0,2,4,6
/proc/26202/task/26214/stat : 26214 (java) S 26200 26200 25152 0 -1 1077944384 741 0 0 0 8 0 0 0 20 0 15 0 517599672 15508250624 10260 33554432000 4194304 4196468 140730250643760 140311867603824 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26215] ppid=26200 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26215/stat : 26215 (java) S 26200 26200 25152 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517599672 15508250624 10260 33554432000 4194304 4196468 140730250643760 140311866551264 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26216] ppid=26200 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26216/stat : 26216 (java) S 26200 26200 25152 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517599673 15508250624 10260 33554432000 4194304 4196468 140730250643760 140311865498032 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42488 KiB

[startup+0.310538 s]*
/proc/loadavg: 2.46 2.06 1.94 4/229 26216
/proc/meminfo: memFree=25074120/32770624 swapFree=67002656/67108860
[pid=26200] ppid=26197 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26200/stat : 26200 (xcsp3-exec) S 26197 26200 25152 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517599666 115843072 362 33554432000 4194304 5098028 140735096279024 140735096277128 140660734308988 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35471360 140735096288122 140735096288365 140735096288365 140735096291274 0
/proc/26200/statm: 28282 362 304 221 0 87 0
[pid=26202] ppid=26200 vsize=15149032 memory=50560 CPUtime=0.53 cores=0,2,4,6
/proc/26202/stat : 26202 (java) S 26200 26200 25152 0 -1 1077944320 10912 0 0 0 49 4 0 0 20 0 15 0 517599667 15512608768 12640 33554432000 4194304 4196468 140730250643760 140730250626304 140312405294839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
/proc/26202/statm: 3787258 12640 3373 1 0 3748377 0
[pid=26202/tid=26203] ppid=26200 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/26202/task/26203/stat : 26203 (java) R 26200 26200 25152 0 -1 4202560 7837 0 0 0 27 3 0 0 20 0 15 0 517599667 15512608768 12640 33554432000 4194304 4196468 140730250643760 140312409521456 140312389375326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26204] ppid=26200 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (java) S 26200 26200 25152 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517599668 15512608768 12640 33554432000 4194304 4196468 140730250643760 140312357915536 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26205] ppid=26200 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (java) S 26200 26200 25152 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517599668 15512608768 12640 33554432000 4194304 4196468 140730250643760 140312356862736 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26206] ppid=26200 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (java) S 26200 26200 25152 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517599668 15512608768 12640 33554432000 4194304 4196468 140730250643760 140312355810448 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26207] ppid=26200 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (java) S 26200 26200 25152 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517599668 15512608768 12640 33554432000 4194304 4196468 140730250643760 140312354757648 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26208] ppid=26200 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26208/stat : 26208 (java) S 26200 26200 25152 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517599669 15512608768 12640 33554432000 4194304 4196468 140730250643760 140311873919088 140312405305986 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26209] ppid=26200 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26209/stat : 26209 (java) S 26200 26200 25152 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517599669 15512608768 12640 33554432000 4194304 4196468 140730250643760 140311872865056 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26210] ppid=26200 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26210/stat : 26210 (java) S 26200 26200 25152 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517599670 15512608768 12640 33554432000 4194304 4196468 140730250643760 140311871812720 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26211] ppid=26200 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26211/stat : 26211 (java) S 26200 26200 25152 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517599672 15512608768 12640 33554432000 4194304 4196468 140730250643760 140311870761040 140312405313435 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26212] ppid=26200 vsize=15149032 memory=7827413994055111515 CPUtime=0.05 cores=0,2,4,6
/proc/26202/task/26212/stat : 26212 (java) R 26200 26200 25152 0 -1 4202560 480 0 0 0 5 0 0 0 20 0 15 0 517599672 15512608768 12640 33554432000 4194304 4196468 140730250643760 140311869689928 140312384981374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26213] ppid=26200 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26202/task/26213/stat : 26213 (java) S 26200 26200 25152 0 -1 1077944384 467 0 0 0 3 0 0 0 20 0 15 0 517599672 15512608768 12640 33554432000 4194304 4196468 140730250643760 140311868656112 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26214] ppid=26200 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/26202/task/26214/stat : 26214 (java) S 26200 26200 25152 0 -1 1077944384 825 0 0 0 12 0 0 0 20 0 15 0 517599672 15512608768 12640 33554432000 4194304 4196468 140730250643760 140311867603824 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26215] ppid=26200 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26215/stat : 26215 (java) S 26200 26200 25152 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517599672 15512608768 12640 33554432000 4194304 4196468 140730250643760 140311866551264 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26216] ppid=26200 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26216/stat : 26216 (java) S 26200 26200 25152 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517599673 15512608768 12640 33554432000 4194304 4196468 140730250643760 140311865498032 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52008 KiB

[startup+0.700778 s]
/proc/loadavg: 2.46 2.06 1.94 7/229 26216
/proc/meminfo: memFree=25052936/32770624 swapFree=67002656/67108860
[pid=26200] ppid=26197 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26200/stat : 26200 (xcsp3-exec) S 26197 26200 25152 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517599666 115843072 362 33554432000 4194304 5098028 140735096279024 140735096277128 140660734308988 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35471360 140735096288122 140735096288365 140735096288365 140735096291274 0
/proc/26200/statm: 28282 362 304 221 0 87 0
[pid=26202] ppid=26200 vsize=15151156 memory=100616 CPUtime=1.78 cores=0,2,4,6
/proc/26202/stat : 26202 (java) S 26200 26200 25152 0 -1 1077944320 14739 0 0 0 173 5 0 0 20 0 15 0 517599667 15514783744 25154 33554432000 4194304 4196468 140730250643760 140730250626304 140312405294839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
/proc/26202/statm: 3787789 25154 3446 1 0 3748889 0
[pid=26202/tid=26203] ppid=26200 vsize=15151156 memory=-7533522213388100735 CPUtime=0.68 cores=0,2,4,6
/proc/26202/task/26203/stat : 26203 (java) R 26200 26200 25152 0 -1 4202560 8461 0 0 0 65 3 0 0 20 0 15 0 517599667 15514783744 25154 33554432000 4194304 4196468 140730250643760 140312409530336 140312038548142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26204] ppid=26200 vsize=15151156 memory=7595725831727968097 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (java) S 26200 26200 25152 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517599668 15514783744 25154 33554432000 4194304 4196468 140730250643760 140312357915536 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26205] ppid=26200 vsize=15151156 memory=740 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (java) S 26200 26200 25152 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517599668 15514783744 25154 33554432000 4194304 4196468 140730250643760 140312356862736 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26206] ppid=26200 vsize=15151156 memory=1052 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (java) S 26200 26200 25152 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517599668 15514783744 25154 33554432000 4194304 4196468 140730250643760 140312355810448 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26207] ppid=26200 vsize=15151156 memory=7548 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (java) S 26200 26200 25152 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517599668 15514783744 25154 33554432000 4194304 4196468 140730250643760 140312354757648 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26208] ppid=26200 vsize=15151156 memory=3620 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26208/stat : 26208 (java) S 26200 26200 25152 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517599669 15514783744 25154 33554432000 4194304 4196468 140730250643760 140311873919088 140312405305986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26209] ppid=26200 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26209/stat : 26209 (java) S 26200 26200 25152 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517599669 15514783744 25154 33554432000 4194304 4196468 140730250643760 140311872865056 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26210] ppid=26200 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26210/stat : 26210 (java) S 26200 26200 25152 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517599670 15514783744 25154 33554432000 4194304 4196468 140730250643760 140311871812720 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26211] ppid=26200 vsize=15151156 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26211/stat : 26211 (java) S 26200 26200 25152 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517599672 15514783744 25154 33554432000 4194304 4196468 140730250643760 140311870761040 140312405313435 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26212] ppid=26200 vsize=15151156 memory=1720 CPUtime=0.36 cores=0,2,4,6
/proc/26202/task/26212/stat : 26212 (java) R 26200 26200 25152 0 -1 4202560 1422 0 0 0 36 0 0 0 20 0 15 0 517599672 15514783744 25154 33554432000 4194304 4196468 140730250643760 140311869698176 140312384540831 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26213] ppid=26200 vsize=15151156 memory=1096 CPUtime=0.34 cores=0,2,4,6
/proc/26202/task/26213/stat : 26213 (java) R 26200 26200 25152 0 -1 4202560 1562 0 0 0 34 0 0 0 20 0 15 0 517599672 15514783744 25154 33554432000 4194304 4196468 140730250643760 140311868648064 140312385634688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26214] ppid=26200 vsize=15151156 memory=6168 CPUtime=0.36 cores=0,2,4,6
/proc/26202/task/26214/stat : 26214 (java) S 26200 26200 25152 0 -1 1077944384 1986 0 0 0 36 0 0 0 20 0 15 0 517599672 15514783744 25154 33554432000 4194304 4196468 140730250643760 140311867603824 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26215] ppid=26200 vsize=15151156 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26215/stat : 26215 (java) S 26200 26200 25152 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517599672 15514783744 25154 33554432000 4194304 4196468 140730250643760 140311866551264 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26216] ppid=26200 vsize=15151156 memory=33932 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26216/stat : 26216 (java) S 26200 26200 25152 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517599673 15514783744 25154 33554432000 4194304 4196468 140730250643760 140311865498032 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 102064 KiB

[startup+1.50079 s]
/proc/loadavg: 2.46 2.06 1.94 5/229 26216
/proc/meminfo: memFree=24973264/32770624 swapFree=67002656/67108860
[pid=26200] ppid=26197 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26200/stat : 26200 (xcsp3-exec) S 26197 26200 25152 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517599666 115843072 362 33554432000 4194304 5098028 140735096279024 140735096277128 140660734308988 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35471360 140735096288122 140735096288365 140735096288365 140735096291274 0
/proc/26200/statm: 28282 362 304 221 0 87 0

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

/proc/26202/task/26210/stat : 26210 (java) S 26200 26200 25152 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 517599670 15516880896 509745 33554432000 4194304 4196468 140730250643760 140311871812736 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26211] ppid=26200 vsize=15153204 memory=2038980 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26211/stat : 26211 (java) S 26200 26200 25152 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517599672 15516880896 509745 33554432000 4194304 4196468 140730250643760 140311870761040 140312405313435 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26212] ppid=26200 vsize=15153204 memory=1448 CPUtime=3.83 cores=0,2,4,6
/proc/26202/task/26212/stat : 26212 (java) S 26200 26200 25152 0 -1 1077944384 19263 0 0 0 381 2 0 0 20 0 15 0 517599672 15516880896 509745 33554432000 4194304 4196468 140730250643760 140311869708912 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26213] ppid=26200 vsize=15153204 memory=1448 CPUtime=4.14 cores=0,2,4,6
/proc/26202/task/26213/stat : 26213 (java) S 26200 26200 25152 0 -1 1077944384 20498 0 0 0 411 3 0 0 20 0 15 0 517599672 15516880896 509745 33554432000 4194304 4196468 140730250643760 140311868656112 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26214] ppid=26200 vsize=15153204 memory=2036932 CPUtime=1.08 cores=0,2,4,6
/proc/26202/task/26214/stat : 26214 (java) S 26200 26200 25152 0 -1 1077944384 13529 0 0 0 105 3 0 0 20 0 15 0 517599672 15516880896 509745 33554432000 4194304 4196468 140730250643760 140311867603824 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26215] ppid=26200 vsize=15153204 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26215/stat : 26215 (java) S 26200 26200 25152 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517599672 15516880896 509745 33554432000 4194304 4196468 140730250643760 140311866551264 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26216] ppid=26200 vsize=15153204 memory=2038980 CPUtime=0.69 cores=0,2,4,6
/proc/26202/task/26216/stat : 26216 (java) S 26200 26200 25152 0 -1 1077944384 1277 0 0 0 34 35 0 0 20 0 15 0 517599673 15516880896 509745 33554432000 4194304 4196468 140730250643760 140311865498032 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
Current children cumulated CPU time: 2452.85 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 2040428 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 1.97 1.95 3/229 26544
/proc/meminfo: memFree=23116204/32770624 swapFree=67002656/67108860
[pid=26200] ppid=26197 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26200/stat : 26200 (xcsp3-exec) S 26197 26200 25152 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517599666 115843072 362 33554432000 4194304 5098028 140735096279024 140735096277128 140660734308988 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35471360 140735096288122 140735096288365 140735096288365 140735096291274 0
/proc/26200/statm: 28282 362 304 221 0 87 0
[pid=26202] ppid=26200 vsize=15153204 memory=2069700 CPUtime=2512.87 cores=0,2,4,6
/proc/26202/stat : 26202 (java) S 26200 26200 25152 0 -1 1077944320 96055 0 0 0 251199 88 0 0 20 0 15 0 517599667 15516880896 517425 33554432000 4194304 4196468 140730250643760 140730250626304 140312405294839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
/proc/26202/statm: 3788301 517425 3521 1 0 3749401 0
[pid=26202/tid=26203] ppid=26200 vsize=15153204 memory=2067652 CPUtime=2502.22 cores=0,2,4,6
/proc/26202/task/26203/stat : 26203 (java) R 26200 26200 25152 0 -1 4202560 30610 0 0 0 250189 33 0 0 20 0 15 0 517599667 15516880896 517425 33554432000 4194304 4196468 140730250643760 140312409531800 140312044687126 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26204] ppid=26200 vsize=15153204 memory=2065604 CPUtime=0.2 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (java) S 26200 26200 25152 0 -1 1077944384 1513 0 0 0 15 5 0 0 20 0 15 0 517599668 15516880896 517425 33554432000 4194304 4196468 140730250643760 140312357915536 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26205] ppid=26200 vsize=15153204 memory=2069700 CPUtime=0.2 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (java) S 26200 26200 25152 0 -1 1077944384 1055 0 0 0 15 5 0 0 20 0 15 0 517599668 15516880896 517425 33554432000 4194304 4196468 140730250643760 140312356862736 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26206] ppid=26200 vsize=15153204 memory=2069700 CPUtime=0.16 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (java) S 26200 26200 25152 0 -1 1077944384 1497 0 0 0 12 4 0 0 20 0 15 0 517599668 15516880896 517425 33554432000 4194304 4196468 140730250643760 140312355810448 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26207] ppid=26200 vsize=15153204 memory=1448 CPUtime=0.17 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (java) S 26200 26200 25152 0 -1 1077944384 2682 0 0 0 13 4 0 0 20 0 15 0 517599668 15516880896 517425 33554432000 4194304 4196468 140730250643760 140312354757648 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26208] ppid=26200 vsize=15153204 memory=1448 CPUtime=0.05 cores=0,2,4,6
/proc/26202/task/26208/stat : 26208 (java) S 26200 26200 25152 0 -1 1077944384 2772 0 0 0 4 1 0 0 20 0 15 0 517599669 15516880896 517425 33554432000 4194304 4196468 140730250643760 140311873919088 140312405305986 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26209] ppid=26200 vsize=15153204 memory=2067652 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26209/stat : 26209 (java) S 26200 26200 25152 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 517599669 15516880896 517425 33554432000 4194304 4196468 140730250643760 140311872865120 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26210] ppid=26200 vsize=15153204 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26210/stat : 26210 (java) S 26200 26200 25152 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 517599670 15516880896 517425 33554432000 4194304 4196468 140730250643760 140311871812736 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26211] ppid=26200 vsize=15153204 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26211/stat : 26211 (java) S 26200 26200 25152 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517599672 15516880896 517425 33554432000 4194304 4196468 140730250643760 140311870761040 140312405313435 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26212] ppid=26200 vsize=15153204 memory=3588 CPUtime=3.83 cores=0,2,4,6
/proc/26202/task/26212/stat : 26212 (java) S 26200 26200 25152 0 -1 1077944384 19263 0 0 0 381 2 0 0 20 0 15 0 517599672 15516880896 517425 33554432000 4194304 4196468 140730250643760 140311869708912 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26213] ppid=26200 vsize=15153204 memory=1448 CPUtime=4.14 cores=0,2,4,6
/proc/26202/task/26213/stat : 26213 (java) S 26200 26200 25152 0 -1 1077944384 20498 0 0 0 411 3 0 0 20 0 15 0 517599672 15516880896 517425 33554432000 4194304 4196468 140730250643760 140311868656112 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26214] ppid=26200 vsize=15153204 memory=2065604 CPUtime=1.08 cores=0,2,4,6
/proc/26202/task/26214/stat : 26214 (java) S 26200 26200 25152 0 -1 1077944384 13529 0 0 0 105 3 0 0 20 0 15 0 517599672 15516880896 517425 33554432000 4194304 4196468 140730250643760 140311867603824 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26215] ppid=26200 vsize=15153204 memory=2063556 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26215/stat : 26215 (java) S 26200 26200 25152 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517599672 15516880896 517425 33554432000 4194304 4196468 140730250643760 140311866551264 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26216] ppid=26200 vsize=15153204 memory=3588 CPUtime=0.71 cores=0,2,4,6
/proc/26202/task/26216/stat : 26216 (java) S 26200 26200 25152 0 -1 1077944384 1281 0 0 0 35 36 0 0 20 0 15 0 517599673 15516880896 517425 33554432000 4194304 4196468 140730250643760 140311865498032 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
Current children cumulated CPU time: 2512.87 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 2071148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.5 s]
/proc/loadavg: 2.00 1.97 1.95 3/229 26544
/proc/meminfo: memFree=23112232/32770624 swapFree=67002656/67108860
[pid=26200] ppid=26197 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26200/stat : 26200 (xcsp3-exec) S 26197 26200 25152 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517599666 115843072 362 33554432000 4194304 5098028 140735096279024 140735096277128 140660734308988 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35471360 140735096288122 140735096288365 140735096288365 140735096291274 0
/proc/26200/statm: 28282 362 304 221 0 87 0
[pid=26202] ppid=26200 vsize=15153204 memory=2073796 CPUtime=2520.07 cores=0,2,4,6
/proc/26202/stat : 26202 (java) S 26200 26200 25152 0 -1 1077944320 96239 0 0 0 251919 88 0 0 20 0 15 0 517599667 15516880896 518449 33554432000 4194304 4196468 140730250643760 140730250626304 140312405294839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
/proc/26202/statm: 3788301 518449 3521 1 0 3749401 0
[pid=26202/tid=26203] ppid=26200 vsize=15153204 memory=2073796 CPUtime=2509.42 cores=0,2,4,6
/proc/26202/task/26203/stat : 26203 (java) R 26200 26200 25152 0 -1 4202560 30767 0 0 0 250909 33 0 0 20 0 15 0 517599667 15516880896 518449 33554432000 4194304 4196468 140730250643760 140312409531800 140312043610453 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26204] ppid=26200 vsize=15153204 memory=1448 CPUtime=0.2 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (java) S 26200 26200 25152 0 -1 1077944384 1513 0 0 0 15 5 0 0 20 0 15 0 517599668 15516880896 518449 33554432000 4194304 4196468 140730250643760 140312357915536 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26205] ppid=26200 vsize=15153204 memory=2073796 CPUtime=0.2 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (java) S 26200 26200 25152 0 -1 1077944384 1055 0 0 0 15 5 0 0 20 0 15 0 517599668 15516880896 518449 33554432000 4194304 4196468 140730250643760 140312356862736 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26206] ppid=26200 vsize=15153204 memory=740 CPUtime=0.16 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (java) S 26200 26200 25152 0 -1 1077944384 1497 0 0 0 12 4 0 0 20 0 15 0 517599668 15516880896 518449 33554432000 4194304 4196468 140730250643760 140312355810448 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26207] ppid=26200 vsize=15153204 memory=16 CPUtime=0.17 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (java) S 26200 26200 25152 0 -1 1077944384 2682 0 0 0 13 4 0 0 20 0 15 0 517599668 15516880896 518449 33554432000 4194304 4196468 140730250643760 140312354757648 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26208] ppid=26200 vsize=15153204 memory=17 CPUtime=0.05 cores=0,2,4,6
/proc/26202/task/26208/stat : 26208 (java) S 26200 26200 25152 0 -1 1077944384 2777 0 0 0 4 1 0 0 20 0 15 0 517599669 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311873919088 140312405305986 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26209] ppid=26200 vsize=15153204 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26209/stat : 26209 (java) S 26200 26200 25152 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 517599669 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311872865120 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26210] ppid=26200 vsize=15153204 memory=2053316 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26210/stat : 26210 (java) S 26200 26200 25152 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 517599670 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311871812736 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26211] ppid=26200 vsize=15153204 memory=3588 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26211/stat : 26211 (java) S 26200 26200 25152 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517599672 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311870761040 140312405313435 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26212] ppid=26200 vsize=15153204 memory=65432 CPUtime=3.83 cores=0,2,4,6
/proc/26202/task/26212/stat : 26212 (java) S 26200 26200 25152 0 -1 1077944384 19265 0 0 0 381 2 0 0 20 0 15 0 517599672 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311869708912 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26213] ppid=26200 vsize=15153204 memory=2069700 CPUtime=4.14 cores=0,2,4,6
/proc/26202/task/26213/stat : 26213 (java) S 26200 26200 25152 0 -1 1077944384 20500 0 0 0 411 3 0 0 20 0 15 0 517599672 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311868656112 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26214] ppid=26200 vsize=15153204 memory=1448 CPUtime=1.08 cores=0,2,4,6
/proc/26202/task/26214/stat : 26214 (java) S 26200 26200 25152 0 -1 1077944384 13532 0 0 0 105 3 0 0 20 0 15 0 517599672 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311867603824 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26215] ppid=26200 vsize=15153204 memory=740 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26215/stat : 26215 (java) S 26200 26200 25152 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517599672 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311866551264 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26216] ppid=26200 vsize=15153204 memory=1052 CPUtime=0.71 cores=0,2,4,6
/proc/26202/task/26216/stat : 26216 (java) S 26200 26200 25152 0 -1 1077944384 1296 0 0 0 35 36 0 0 20 0 15 0 517599673 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311865498032 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 2075244 KiB

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

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

[startup+2509.52 s]
# the end of solver process 26202 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.21 s, system=0.896345 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+2509.5 s]
/proc/loadavg: 2.00 1.97 1.95 3/229 26544
/proc/meminfo: memFree=23112232/32770624 swapFree=67002656/67108860
[pid=26200] ppid=26197 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26200/stat : 26200 (xcsp3-exec) S 26197 26200 25152 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517599666 115843072 362 33554432000 4194304 5098028 140735096279024 140735096277128 140660734308988 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35471360 140735096288122 140735096288365 140735096288365 140735096291274 0
/proc/26200/statm: 28282 362 304 221 0 87 0
[pid=26202] ppid=26200 vsize=15153204 memory=2073796 CPUtime=2520.07 cores=0,2,4,6
/proc/26202/stat : 26202 (java) S 26200 26200 25152 0 -1 1077944320 96239 0 0 0 251919 88 0 0 20 0 15 0 517599667 15516880896 518449 33554432000 4194304 4196468 140730250643760 140730250626304 140312405294839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
/proc/26202/statm: 3788301 518449 3521 1 0 3749401 0
[pid=26202/tid=26203] ppid=26200 vsize=15153204 memory=2073796 CPUtime=2509.42 cores=0,2,4,6
/proc/26202/task/26203/stat : 26203 (java) R 26200 26200 25152 0 -1 4202560 30767 0 0 0 250909 33 0 0 20 0 15 0 517599667 15516880896 518449 33554432000 4194304 4196468 140730250643760 140312409531800 140312043610453 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26204] ppid=26200 vsize=15153204 memory=1448 CPUtime=0.2 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (java) S 26200 26200 25152 0 -1 1077944384 1513 0 0 0 15 5 0 0 20 0 15 0 517599668 15516880896 518449 33554432000 4194304 4196468 140730250643760 140312357915536 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26205] ppid=26200 vsize=15153204 memory=2073796 CPUtime=0.2 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (java) S 26200 26200 25152 0 -1 1077944384 1055 0 0 0 15 5 0 0 20 0 15 0 517599668 15516880896 518449 33554432000 4194304 4196468 140730250643760 140312356862736 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26206] ppid=26200 vsize=15153204 memory=740 CPUtime=0.16 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (java) S 26200 26200 25152 0 -1 1077944384 1497 0 0 0 12 4 0 0 20 0 15 0 517599668 15516880896 518449 33554432000 4194304 4196468 140730250643760 140312355810448 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26207] ppid=26200 vsize=15153204 memory=16 CPUtime=0.17 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (java) S 26200 26200 25152 0 -1 1077944384 2682 0 0 0 13 4 0 0 20 0 15 0 517599668 15516880896 518449 33554432000 4194304 4196468 140730250643760 140312354757648 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26208] ppid=26200 vsize=15153204 memory=17 CPUtime=0.05 cores=0,2,4,6
/proc/26202/task/26208/stat : 26208 (java) S 26200 26200 25152 0 -1 1077944384 2777 0 0 0 4 1 0 0 20 0 15 0 517599669 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311873919088 140312405305986 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26209] ppid=26200 vsize=15153204 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26209/stat : 26209 (java) S 26200 26200 25152 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 517599669 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311872865120 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26210] ppid=26200 vsize=15153204 memory=2053316 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26210/stat : 26210 (java) S 26200 26200 25152 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 517599670 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311871812736 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26211] ppid=26200 vsize=15153204 memory=3588 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26211/stat : 26211 (java) S 26200 26200 25152 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517599672 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311870761040 140312405313435 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26212] ppid=26200 vsize=15153204 memory=65432 CPUtime=3.83 cores=0,2,4,6
/proc/26202/task/26212/stat : 26212 (java) S 26200 26200 25152 0 -1 1077944384 19265 0 0 0 381 2 0 0 20 0 15 0 517599672 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311869708912 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26213] ppid=26200 vsize=15153204 memory=2069700 CPUtime=4.14 cores=0,2,4,6
/proc/26202/task/26213/stat : 26213 (java) S 26200 26200 25152 0 -1 1077944384 20500 0 0 0 411 3 0 0 20 0 15 0 517599672 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311868656112 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26214] ppid=26200 vsize=15153204 memory=1448 CPUtime=1.08 cores=0,2,4,6
/proc/26202/task/26214/stat : 26214 (java) S 26200 26200 25152 0 -1 1077944384 13532 0 0 0 105 3 0 0 20 0 15 0 517599672 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311867603824 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26215] ppid=26200 vsize=15153204 memory=740 CPUtime=0 cores=0,2,4,6
/proc/26202/task/26215/stat : 26215 (java) S 26200 26200 25152 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517599672 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311866551264 140312405305045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
[pid=26202/tid=26216] ppid=26200 vsize=15153204 memory=1052 CPUtime=0.71 cores=0,2,4,6
/proc/26202/task/26216/stat : 26216 (java) S 26200 26200 25152 0 -1 1077944384 1296 0 0 0 35 36 0 0 20 0 15 0 517599673 15516880896 518449 33554432000 4194304 4196468 140730250643760 140311865498032 140312405305986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 10125312 140730250650607 140730250650778 140730250650778 140730250653647 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 2075244 KiB

Child status: 143
Real time (s): 2509.52
CPU time (s): 2520.1
CPU user time (s): 2519.21
CPU system time (s): 0.896345
CPU usage (%): 100.422
Max. virtual memory (cumulated for all children) (KiB): 15268616
Max. memory (cumulated for all children) (KiB): 2075244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.21
system time used= 0.896345
maximum resident set size= 2080532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97274
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57869
involuntary context switches= 1555


# summary of solver processes directly reported to runsolver:
#   pid: 26200,26202
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2519.21
#   total CPU system time (s): 0.896345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.0849 second user time and 14.3597 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-25 14:25:44
IDJOB=4406304
IDBENCH=141053
IDSOLVER=2869
FILE ID=node148/4406304-1569414381
RUNJOBID= node148-1569409216-25183
PBS_JOBID= 21705713
Free space on /tmp= 22060 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP18/NurseRostering/NurseRostering-18_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4406304-1569414381/watcher-4406304-1569414381 -o /tmp/evaluation-result-4406304-1569414381/solver-4406304-1569414381 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1569409216-25183 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1356232367 HOME/instance-4406304-1569414381.xml

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

MD5SUM BENCH= 2080050c46f9199df44cd86a0d29de9d
RANDOM SEED=1356232367

node148.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.13
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.13
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.13
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.13
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:        25112052 kB
MemAvailable:   31610360 kB
Buffers:           88912 kB
Cached:          6681060 kB
SwapCached:         3468 kB
Active:          4655380 kB
Inactive:        2366888 kB
Active(anon):     251440 kB
Inactive(anon):    56472 kB
Active(file):    4403940 kB
Inactive(file):  2310416 kB
Unevictable:      110996 kB
Mlocked:          110996 kB
SwapTotal:      67108860 kB
SwapFree:       67002656 kB
Dirty:             26420 kB
Writeback:             0 kB
AnonPages:        361608 kB
Mapped:            70928 kB
Shmem:             47156 kB
Slab:             229184 kB
SReclaimable:     199572 kB
SUnreclaim:        29612 kB
KernelStack:        3760 kB
PageTables:         6128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1420308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    296960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 22032 MiB
End job on node148 at 2019-09-25 15:07:34