Trace number 4292487

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 NameAnswerCPU timeWall clock time
Choco-solver 4.0.7 seq (493a269)? (TO) 2400.1 2388.52

General information on the benchmark

NameColouredQueens/
ColouredQueens-13_c18.xml
MD5SUM3785e9b0b2758b612fcaaefab5873f44
Bench CategoryCSP (decision 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 variables169
Number of constraints72
Number of domains1
Minimum domain size13
Maximum domain size13
Distribution of domain sizes[{"size":13,"count":169}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":165}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":28}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":72}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292487-1532276714.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.18	c [HOME/instance-4292487-1532276714.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
0.72/0.49	c solve instance...
2400.06/2388.50	s UNKNOWN
2400.06/2388.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 (5555 MiB free)
  memory of node 1: 16384 MiB (10955 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292487-1532276714/watcher-4292487-1532276714 -o /tmp/evaluation-result-4292487-1532276714/solver-4292487-1532276714 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532271936-4847 --watchdog 2560 HOME/xcsp3-exec -seed 1190821763 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292487-1532276714.xml 

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

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


[startup+0.100061 s]*
/proc/loadavg: 1.77 1.72 1.70 3/217 5465
/proc/meminfo: memFree=16891408/32770624 swapFree=67108860/67108860
[pid=5449] ppid=5446 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5449/stat : 5449 (xcsp3-exec) S 5446 5449 3395 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45234562 115843072 363 33554432000 4194304 5098028 140723505570416 140723505568520 139704115159676 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31760384 140723505574970 140723505575172 140723505575172 140723505577930 0
/proc/5449/statm: 28282 363 305 221 0 87 0
[pid=5451] ppid=5449 vsize=14082840 memory=27904 CPUtime=0.12 cores=1,3,5,7
/proc/5451/stat : 5451 (java) S 5449 5449 3395 0 -1 1077944320 5303 0 0 0 11 1 0 0 20 0 15 0 45234562 14420828160 6976 33554432000 4194304 4196468 140736161685680 140736161668224 140585852653303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
/proc/5451/statm: 3520710 6976 3009 1 0 3483008 0
[pid=5451/tid=5452] ppid=5449 vsize=14082840 memory=8117356382825714523 CPUtime=0.08 cores=1,3,5,7
/proc/5451/task/5452/stat : 5452 (java) R 5449 5449 3395 0 -1 4202560 3285 0 0 0 8 0 0 0 20 0 15 0 45234563 14420828160 6976 33554432000 4194304 4196468 140736161685680 140585856886576 140585836733790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5453] ppid=5449 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5453/stat : 5453 (java) S 5449 5449 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234563 14420828160 6976 33554432000 4194304 4196468 140736161685680 140585448905488 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5454] ppid=5449 vsize=14082840 memory=140078545696384 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5454/stat : 5454 (java) S 5449 5449 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234563 14420828160 6976 33554432000 4194304 4196468 140736161685680 140585447852944 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5455] ppid=5449 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5455/stat : 5455 (java) S 5449 5449 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234563 14420828160 6976 33554432000 4194304 4196468 140736161685680 140585446800400 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5456] ppid=5449 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5456/stat : 5456 (java) S 5449 5449 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234563 14420828160 6976 33554432000 4194304 4196468 140736161685680 140585445747856 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5457] ppid=5449 vsize=14082840 memory=140078545696384 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5457/stat : 5457 (java) S 5449 5449 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234565 14420828160 6976 33554432000 4194304 4196468 140736161685680 140585192597488 140585852664450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5458] ppid=5449 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5458/stat : 5458 (java) S 5449 5449 3395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45234565 14420828160 6976 33554432000 4194304 4196468 140736161685680 140585191543712 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5459] ppid=5449 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5459/stat : 5459 (java) S 5449 5449 3395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45234565 14420828160 6976 33554432000 4194304 4196468 140736161685680 140585190491120 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5460] ppid=5449 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5460/stat : 5460 (java) S 5449 5449 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45234568 14420828160 6976 33554432000 4194304 4196468 140736161685680 140585189439696 140585852671899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5461] ppid=5449 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5461/stat : 5461 (java) S 5449 5449 3395 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 45234568 14420828160 6976 33554432000 4194304 4196468 140736161685680 140585188387312 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5462] ppid=5449 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5462/stat : 5462 (java) S 5449 5449 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234568 14420828160 6976 33554432000 4194304 4196468 140736161685680 140585187334768 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5463] ppid=5449 vsize=14082840 memory=140078545696384 CPUtime=0.01 cores=1,3,5,7
/proc/5451/task/5463/stat : 5463 (java) R 5449 5449 3395 0 -1 4202560 283 0 0 0 1 0 0 0 20 0 15 0 45234568 14420828160 6976 33554432000 4194304 4196468 140736161685680 140585186282224 140585838348221 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5464] ppid=5449 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5464/stat : 5464 (java) S 5449 5449 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45234568 14420828160 6976 33554432000 4194304 4196468 140736161685680 140585185229920 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5465] ppid=5449 vsize=14082840 memory=140078545696384 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5465/stat : 5465 (java) S 5449 5449 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234568 14420828160 6976 33554432000 4194304 4196468 140736161685680 140585184176432 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29356 KiB

[startup+0.21057 s]*
/proc/loadavg: 1.77 1.72 1.70 3/217 5465
/proc/meminfo: memFree=16880368/32770624 swapFree=67108860/67108860
[pid=5449] ppid=5446 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5449/stat : 5449 (xcsp3-exec) S 5446 5449 3395 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45234562 115843072 363 33554432000 4194304 5098028 140723505570416 140723505568520 139704115159676 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31760384 140723505574970 140723505575172 140723505575172 140723505577930 0
/proc/5449/statm: 28282 363 305 221 0 87 0
[pid=5451] ppid=5449 vsize=14082840 memory=40024 CPUtime=0.34 cores=1,3,5,7
/proc/5451/stat : 5451 (java) S 5449 5449 3395 0 -1 1077944320 7998 0 0 0 32 2 0 0 20 0 15 0 45234562 14420828160 10006 33554432000 4194304 4196468 140736161685680 140736161668224 140585852653303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
/proc/5451/statm: 3520710 10006 3185 1 0 3483008 0
[pid=5451/tid=5452] ppid=5449 vsize=14082840 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/5451/task/5452/stat : 5452 (java) R 5449 5449 3395 0 -1 4202560 4993 0 0 0 18 1 0 0 20 0 15 0 45234563 14420828160 10006 33554432000 4194304 4196468 140736161685680 140585856888288 140585836733790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5453] ppid=5449 vsize=14082840 memory=10655 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5453/stat : 5453 (java) S 5449 5449 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234563 14420828160 10006 33554432000 4194304 4196468 140736161685680 140585448905488 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5454] ppid=5449 vsize=14082840 memory=140078545864185 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5454/stat : 5454 (java) S 5449 5449 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234563 14420828160 10006 33554432000 4194304 4196468 140736161685680 140585447852944 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5455] ppid=5449 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5455/stat : 5455 (java) S 5449 5449 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234563 14420828160 10006 33554432000 4194304 4196468 140736161685680 140585446800400 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5456] ppid=5449 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5456/stat : 5456 (java) S 5449 5449 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234563 14420828160 10006 33554432000 4194304 4196468 140736161685680 140585445747856 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5457] ppid=5449 vsize=14082840 memory=140078545696384 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5457/stat : 5457 (java) S 5449 5449 3395 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 45234565 14420828160 10006 33554432000 4194304 4196468 140736161685680 140585192597488 140585852664450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5458] ppid=5449 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5458/stat : 5458 (java) S 5449 5449 3395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45234565 14420828160 10006 33554432000 4194304 4196468 140736161685680 140585191543712 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5459] ppid=5449 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5459/stat : 5459 (java) S 5449 5449 3395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45234565 14420828160 10006 33554432000 4194304 4196468 140736161685680 140585190491120 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5460] ppid=5449 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5460/stat : 5460 (java) S 5449 5449 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45234568 14420828160 10006 33554432000 4194304 4196468 140736161685680 140585189439696 140585852671899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5461] ppid=5449 vsize=14082840 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5451/task/5461/stat : 5461 (java) S 5449 5449 3395 0 -1 1077944384 674 0 0 0 2 0 0 0 20 0 15 0 45234568 14420828160 10006 33554432000 4194304 4196468 140736161685680 140585188387312 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5462] ppid=5449 vsize=14082840 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/5451/task/5462/stat : 5462 (java) S 5449 5449 3395 0 -1 1077944384 167 0 0 0 3 0 0 0 20 0 15 0 45234568 14420828160 10006 33554432000 4194304 4196468 140736161685680 140585187334768 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5463] ppid=5449 vsize=14082840 memory=140078545696384 CPUtime=0.08 cores=1,3,5,7
/proc/5451/task/5463/stat : 5463 (java) S 5449 5449 3395 0 -1 1077944384 876 0 0 0 8 0 0 0 20 0 15 0 45234568 14420828160 10006 33554432000 4194304 4196468 140736161685680 140585186282224 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5464] ppid=5449 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5464/stat : 5464 (java) S 5449 5449 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45234568 14420828160 10006 33554432000 4194304 4196468 140736161685680 140585185229920 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5465] ppid=5449 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5465/stat : 5465 (java) S 5449 5449 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234568 14420828160 10006 33554432000 4194304 4196468 140736161685680 140585184176432 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 41476 KiB

[startup+0.310483 s]*
/proc/loadavg: 1.77 1.72 1.70 5/217 5465
/proc/meminfo: memFree=16842764/32770624 swapFree=67108860/67108860
[pid=5449] ppid=5446 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5449/stat : 5449 (xcsp3-exec) S 5446 5449 3395 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45234562 115843072 363 33554432000 4194304 5098028 140723505570416 140723505568520 139704115159676 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31760384 140723505574970 140723505575172 140723505575172 140723505577930 0
/proc/5449/statm: 28282 363 305 221 0 87 0
[pid=5451] ppid=5449 vsize=14087096 memory=46752 CPUtime=0.51 cores=1,3,5,7
/proc/5451/stat : 5451 (java) S 5449 5449 3395 0 -1 1077944320 8863 0 0 0 49 2 0 0 20 0 15 0 45234562 14425186304 11688 33554432000 4194304 4196468 140736161685680 140736161668224 140585852653303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
/proc/5451/statm: 3521774 11688 3217 1 0 3483008 0
[pid=5451/tid=5452] ppid=5449 vsize=14087096 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/5451/task/5452/stat : 5452 (java) R 5449 5449 3395 0 -1 4202560 5679 0 0 0 28 2 0 0 20 0 15 0 45234563 14425186304 11688 33554432000 4194304 4196468 140736161685680 140585856884416 140585836733820 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5453] ppid=5449 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5453/stat : 5453 (java) S 5449 5449 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234563 14425186304 11688 33554432000 4194304 4196468 140736161685680 140585448905488 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5454] ppid=5449 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5454/stat : 5454 (java) S 5449 5449 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234563 14425186304 11688 33554432000 4194304 4196468 140736161685680 140585447852944 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5455] ppid=5449 vsize=14087096 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5455/stat : 5455 (java) S 5449 5449 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234563 14425186304 11688 33554432000 4194304 4196468 140736161685680 140585446800400 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5456] ppid=5449 vsize=14087096 memory=7379517710693473142 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5456/stat : 5456 (java) S 5449 5449 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234563 14425186304 11688 33554432000 4194304 4196468 140736161685680 140585445747856 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5457] ppid=5449 vsize=14087096 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5457/stat : 5457 (java) S 5449 5449 3395 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 45234565 14425186304 11688 33554432000 4194304 4196468 140736161685680 140585192597488 140585852664450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5458] ppid=5449 vsize=14087096 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5458/stat : 5458 (java) S 5449 5449 3395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45234565 14425186304 11688 33554432000 4194304 4196468 140736161685680 140585191543712 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5459] ppid=5449 vsize=14087096 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5459/stat : 5459 (java) S 5449 5449 3395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45234565 14425186304 11688 33554432000 4194304 4196468 140736161685680 140585190491120 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5460] ppid=5449 vsize=14087096 memory=-8412660965215072671 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5460/stat : 5460 (java) S 5449 5449 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45234568 14425186304 11688 33554432000 4194304 4196468 140736161685680 140585189439696 140585852671899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5461] ppid=5449 vsize=14087096 memory=-7384621950708166502 CPUtime=0.03 cores=1,3,5,7
/proc/5451/task/5461/stat : 5461 (java) S 5449 5449 3395 0 -1 1077944384 691 0 0 0 3 0 0 0 20 0 15 0 45234568 14425186304 11688 33554432000 4194304 4196468 140736161685680 140585188387312 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5462] ppid=5449 vsize=14087096 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5451/task/5462/stat : 5462 (java) S 5449 5449 3395 0 -1 1077944384 185 0 0 0 4 0 0 0 20 0 15 0 45234568 14425186304 11688 33554432000 4194304 4196468 140736161685680 140585187334768 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5463] ppid=5449 vsize=14087096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5451/task/5463/stat : 5463 (java) S 5449 5449 3395 0 -1 1077944384 1016 0 0 0 12 0 0 0 20 0 15 0 45234568 14425186304 11688 33554432000 4194304 4196468 140736161685680 140585186282224 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5464] ppid=5449 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5464/stat : 5464 (java) S 5449 5449 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45234568 14425186304 11688 33554432000 4194304 4196468 140736161685680 140585185229920 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5465] ppid=5449 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5465/stat : 5465 (java) S 5449 5449 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234568 14425186304 11688 33554432000 4194304 4196468 140736161685680 140585184176432 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 48204 KiB

[startup+0.700861 s]
/proc/loadavg: 1.77 1.72 1.70 6/217 5465
/proc/meminfo: memFree=16830544/32770624 swapFree=67108860/67108860
[pid=5449] ppid=5446 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5449/stat : 5449 (xcsp3-exec) S 5446 5449 3395 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45234562 115843072 363 33554432000 4194304 5098028 140723505570416 140723505568520 139704115159676 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31760384 140723505574970 140723505575172 140723505575172 140723505577930 0
/proc/5449/statm: 28282 363 305 221 0 87 0
[pid=5451] ppid=5449 vsize=14089220 memory=70488 CPUtime=1.59 cores=1,3,5,7
/proc/5451/stat : 5451 (java) S 5449 5449 3395 0 -1 1077944320 13351 0 0 0 156 3 0 0 20 0 15 0 45234562 14427361280 17622 33554432000 4194304 4196468 140736161685680 140736161668224 140585852653303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
/proc/5451/statm: 3522305 17622 3339 1 0 3483520 0
[pid=5451/tid=5452] ppid=5449 vsize=14089220 memory=15156 CPUtime=0.67 cores=1,3,5,7
/proc/5451/task/5452/stat : 5452 (java) R 5449 5449 3395 0 -1 4202560 6462 0 0 0 65 2 0 0 20 0 15 0 45234563 14427361280 17622 33554432000 4194304 4196468 140736161685680 140585856890288 140585493662547 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5453] ppid=5449 vsize=14089220 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5453/stat : 5453 (java) S 5449 5449 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234563 14427361280 17622 33554432000 4194304 4196468 140736161685680 140585448905488 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5454] ppid=5449 vsize=14089220 memory=2400 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5454/stat : 5454 (java) S 5449 5449 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234563 14427361280 17622 33554432000 4194304 4196468 140736161685680 140585447852944 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5455] ppid=5449 vsize=14089220 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5455/stat : 5455 (java) S 5449 5449 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234563 14427361280 17622 33554432000 4194304 4196468 140736161685680 140585446800400 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5456] ppid=5449 vsize=14089220 memory=12976 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5456/stat : 5456 (java) S 5449 5449 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234563 14427361280 17622 33554432000 4194304 4196468 140736161685680 140585445747856 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5457] ppid=5449 vsize=14089220 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5457/stat : 5457 (java) S 5449 5449 3395 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 45234565 14427361280 17622 33554432000 4194304 4196468 140736161685680 140585192597488 140585852664450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5458] ppid=5449 vsize=14089220 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5458/stat : 5458 (java) S 5449 5449 3395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45234565 14427361280 17622 33554432000 4194304 4196468 140736161685680 140585191543712 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5459] ppid=5449 vsize=14089220 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5459/stat : 5459 (java) S 5449 5449 3395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45234565 14427361280 17622 33554432000 4194304 4196468 140736161685680 140585190491120 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5460] ppid=5449 vsize=14089220 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5460/stat : 5460 (java) S 5449 5449 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45234568 14427361280 17622 33554432000 4194304 4196468 140736161685680 140585189439696 140585852671899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5461] ppid=5449 vsize=14089220 memory=1708 CPUtime=0.29 cores=1,3,5,7
/proc/5451/task/5461/stat : 5461 (java) R 5449 5449 3395 0 -1 4202560 2405 0 0 0 29 0 0 0 20 0 15 0 45234568 14427361280 17622 33554432000 4194304 4196468 140736161685680 140585188374864 140585834200040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5462] ppid=5449 vsize=14089220 memory=5412 CPUtime=0.3 cores=1,3,5,7
/proc/5451/task/5462/stat : 5462 (java) R 5449 5449 3395 0 -1 4202560 1291 0 0 0 30 0 0 0 20 0 15 0 45234568 14427361280 17622 33554432000 4194304 4196468 140736161685680 140585187327256 140585837562207 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5463] ppid=5449 vsize=14089220 memory=4612 CPUtime=0.31 cores=1,3,5,7
/proc/5451/task/5463/stat : 5463 (java) S 5449 5449 3395 0 -1 1077944384 1910 0 0 0 31 0 0 0 20 0 15 0 45234568 14427361280 17622 33554432000 4194304 4196468 140736161685680 140585186282224 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5464] ppid=5449 vsize=14089220 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5464/stat : 5464 (java) S 5449 5449 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45234568 14427361280 17622 33554432000 4194304 4196468 140736161685680 140585185229920 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5465] ppid=5449 vsize=14089220 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5465/stat : 5465 (java) S 5449 5449 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234568 14427361280 17622 33554432000 4194304 4196468 140736161685680 140585184176432 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 71940 KiB

[startup+1.50084 s]
/proc/loadavg: 1.77 1.72 1.70 5/217 5465
/proc/meminfo: memFree=16751188/32770624 swapFree=67108860/67108860
[pid=5449] ppid=5446 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5449/stat : 5449 (xcsp3-exec) S 5446 5449 3395 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45234562 115843072 363 33554432000 4194304 5098028 140723505570416 140723505568520 139704115159676 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31760384 140723505574970 140723505575172 140723505575172 140723505577930 0
/proc/5449/statm: 28282 363 305 221 0 87 0

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

/proc/5451/task/5459/stat : 5459 (java) S 5449 5449 3395 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 45234565 14427361280 788796 33554432000 4194304 4196468 140736161685680 140585190491120 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5460] ppid=5449 vsize=14089220 memory=2950416 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5460/stat : 5460 (java) S 5449 5449 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45234568 14427361280 788796 33554432000 4194304 4196468 140736161685680 140585189439696 140585852671899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5461] ppid=5449 vsize=14089220 memory=1452 CPUtime=1.56 cores=1,3,5,7
/proc/5451/task/5461/stat : 5461 (java) S 5449 5449 3395 0 -1 1077944384 9712 0 0 0 155 1 0 0 20 0 15 0 45234568 14427361280 788796 33554432000 4194304 4196468 140736161685680 140585188387312 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5462] ppid=5449 vsize=14089220 memory=1452 CPUtime=1.65 cores=1,3,5,7
/proc/5451/task/5462/stat : 5462 (java) S 5449 5449 3395 0 -1 1077944384 9224 0 0 0 164 1 0 0 20 0 15 0 45234568 14427361280 788796 33554432000 4194304 4196468 140736161685680 140585187334768 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5463] ppid=5449 vsize=14089220 memory=2952464 CPUtime=0.45 cores=1,3,5,7
/proc/5451/task/5463/stat : 5463 (java) S 5449 5449 3395 0 -1 1077944384 7047 0 0 0 44 1 0 0 20 0 15 0 45234568 14427361280 788796 33554432000 4194304 4196468 140736161685680 140585186282224 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5464] ppid=5449 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5464/stat : 5464 (java) S 5449 5449 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45234568 14427361280 788796 33554432000 4194304 4196468 140736161685680 140585185229920 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5465] ppid=5449 vsize=14089220 memory=2950416 CPUtime=0.53 cores=1,3,5,7
/proc/5451/task/5465/stat : 5465 (java) S 5449 5449 3395 0 -1 1077944384 1114 0 0 0 23 30 0 0 20 0 15 0 45234568 14427361280 788796 33554432000 4194304 4196468 140736161685680 140585184176432 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
Current children cumulated CPU time: 2333.68 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 3156636 KiB

[startup+2382.3 s]
/proc/loadavg: 1.74 1.63 1.62 3/219 5640
/proc/meminfo: memFree=17010996/32770624 swapFree=67108860/67108860
[pid=5449] ppid=5446 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5449/stat : 5449 (xcsp3-exec) S 5446 5449 3395 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45234562 115843072 363 33554432000 4194304 5098028 140723505570416 140723505568520 139704115159676 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31760384 140723505574970 140723505575172 140723505575172 140723505577930 0
/proc/5449/statm: 28282 363 305 221 0 87 0
[pid=5451] ppid=5449 vsize=14089220 memory=1374520 CPUtime=2393.87 cores=1,3,5,7
/proc/5451/stat : 5451 (java) S 5449 5449 3395 0 -1 1077944320 200392 0 0 0 238517 870 0 0 20 0 15 0 45234562 14427361280 343630 33554432000 4194304 4196468 140736161685680 140736161668224 140585852653303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
/proc/5451/statm: 3522305 343630 3415 1 0 3483520 0
[pid=5451/tid=5452] ppid=5449 vsize=14089220 memory=1374520 CPUtime=2378.05 cores=1,3,5,7
/proc/5451/task/5452/stat : 5452 (java) R 5449 5449 3395 0 -1 4202560 137782 0 0 0 237018 787 0 0 20 0 15 0 45234563 14427361280 343630 33554432000 4194304 4196468 140736161685680 140585856893184 140585494225684 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5453] ppid=5449 vsize=14089220 memory=1452 CPUtime=2.52 cores=1,3,5,7
/proc/5451/task/5453/stat : 5453 (java) S 5449 5449 3395 0 -1 1077944384 4870 0 0 0 246 6 0 0 20 0 15 0 45234563 14427361280 343630 33554432000 4194304 4196468 140736161685680 140585448905488 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5454] ppid=5449 vsize=14089220 memory=1374440 CPUtime=2.53 cores=1,3,5,7
/proc/5451/task/5454/stat : 5454 (java) S 5449 5449 3395 0 -1 1077944384 4887 0 0 0 247 6 0 0 20 0 15 0 45234563 14427361280 343630 33554432000 4194304 4196468 140736161685680 140585447852944 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5455] ppid=5449 vsize=14089220 memory=164 CPUtime=2.54 cores=1,3,5,7
/proc/5451/task/5455/stat : 5455 (java) S 5449 5449 3395 0 -1 1077944384 5514 0 0 0 247 7 0 0 20 0 15 0 45234563 14427361280 343630 33554432000 4194304 4196468 140736161685680 140585446800400 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5456] ppid=5449 vsize=14089220 memory=1374440 CPUtime=2.53 cores=1,3,5,7
/proc/5451/task/5456/stat : 5456 (java) S 5449 5449 3395 0 -1 1077944384 4661 0 0 0 247 6 0 0 20 0 15 0 45234563 14427361280 343630 33554432000 4194304 4196468 140736161685680 140585445747856 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5457] ppid=5449 vsize=14089220 memory=1296 CPUtime=1.37 cores=1,3,5,7
/proc/5451/task/5457/stat : 5457 (java) S 5449 5449 3395 0 -1 1077944384 14193 0 0 0 107 30 0 0 20 0 15 0 45234565 14427361280 343630 33554432000 4194304 4196468 140736161685680 140585192597488 140585852664450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5458] ppid=5449 vsize=14089220 memory=1374440 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5458/stat : 5458 (java) S 5449 5449 3395 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 45234565 14427361280 343630 33554432000 4194304 4196468 140736161685680 140585191543712 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5459] ppid=5449 vsize=14089220 memory=1374440 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5459/stat : 5459 (java) S 5449 5449 3395 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 45234565 14427361280 343630 33554432000 4194304 4196468 140736161685680 140585190491120 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5460] ppid=5449 vsize=14089220 memory=1374440 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5460/stat : 5460 (java) S 5449 5449 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45234568 14427361280 343630 33554432000 4194304 4196468 140736161685680 140585189439696 140585852671899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5461] ppid=5449 vsize=14089220 memory=1374440 CPUtime=1.56 cores=1,3,5,7
/proc/5451/task/5461/stat : 5461 (java) S 5449 5449 3395 0 -1 1077944384 9714 0 0 0 155 1 0 0 20 0 15 0 45234568 14427361280 343630 33554432000 4194304 4196468 140736161685680 140585188387312 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5462] ppid=5449 vsize=14089220 memory=1452 CPUtime=1.65 cores=1,3,5,7
/proc/5451/task/5462/stat : 5462 (java) S 5449 5449 3395 0 -1 1077944384 9226 0 0 0 164 1 0 0 20 0 15 0 45234568 14427361280 343630 33554432000 4194304 4196468 140736161685680 140585187334768 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5463] ppid=5449 vsize=14089220 memory=1452 CPUtime=0.45 cores=1,3,5,7
/proc/5451/task/5463/stat : 5463 (java) S 5449 5449 3395 0 -1 1077944384 7050 0 0 0 44 1 0 0 20 0 15 0 45234568 14427361280 343630 33554432000 4194304 4196468 140736161685680 140585186282224 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5464] ppid=5449 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5464/stat : 5464 (java) S 5449 5449 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45234568 14427361280 343630 33554432000 4194304 4196468 140736161685680 140585185229920 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5465] ppid=5449 vsize=14089220 memory=7681421203011431829 CPUtime=0.55 cores=1,3,5,7
/proc/5451/task/5465/stat : 5465 (java) S 5449 5449 3395 0 -1 1077944384 1131 0 0 0 24 31 0 0 20 0 15 0 45234568 14427361280 343630 33554432000 4194304 4196468 140736161685680 140585184176432 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
Current children cumulated CPU time: 2393.87 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 1375972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2388.5 s]
/proc/loadavg: 1.76 1.64 1.62 3/219 5640
/proc/meminfo: memFree=16460520/32770624 swapFree=67108860/67108860
[pid=5449] ppid=5446 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5449/stat : 5449 (xcsp3-exec) S 5446 5449 3395 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45234562 115843072 363 33554432000 4194304 5098028 140723505570416 140723505568520 139704115159676 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31760384 140723505574970 140723505575172 140723505575172 140723505577930 0
/proc/5449/statm: 28282 363 305 221 0 87 0
[pid=5451] ppid=5449 vsize=14089220 memory=1415648 CPUtime=2400.06 cores=1,3,5,7
/proc/5451/stat : 5451 (java) S 5449 5449 3395 0 -1 1077944320 201125 0 0 0 239136 870 0 0 20 0 15 0 45234562 14427361280 353912 33554432000 4194304 4196468 140736161685680 140736161668224 140585852653303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
/proc/5451/statm: 3522305 353912 3415 1 0 3483520 0
[pid=5451/tid=5452] ppid=5449 vsize=14089220 memory=1452 CPUtime=2384.24 cores=1,3,5,7
/proc/5451/task/5452/stat : 5452 (java) R 5449 5449 3395 0 -1 4202560 138511 0 0 0 237636 788 0 0 20 0 15 0 45234563 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585856893184 140585494435249 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5453] ppid=5449 vsize=14089220 memory=1452 CPUtime=2.52 cores=1,3,5,7
/proc/5451/task/5453/stat : 5453 (java) S 5449 5449 3395 0 -1 1077944384 4870 0 0 0 246 6 0 0 20 0 15 0 45234563 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585448905488 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5454] ppid=5449 vsize=14089220 memory=1415648 CPUtime=2.54 cores=1,3,5,7
/proc/5451/task/5454/stat : 5454 (java) S 5449 5449 3395 0 -1 1077944384 4887 0 0 0 248 6 0 0 20 0 15 0 45234563 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585447852944 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5455] ppid=5449 vsize=14089220 memory=1415564 CPUtime=2.55 cores=1,3,5,7
/proc/5451/task/5455/stat : 5455 (java) S 5449 5449 3395 0 -1 1077944384 5514 0 0 0 248 7 0 0 20 0 15 0 45234563 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585446800400 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5456] ppid=5449 vsize=14089220 memory=1415648 CPUtime=2.54 cores=1,3,5,7
/proc/5451/task/5456/stat : 5456 (java) S 5449 5449 3395 0 -1 1077944384 4661 0 0 0 248 6 0 0 20 0 15 0 45234563 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585445747856 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5457] ppid=5449 vsize=14089220 memory=1452 CPUtime=1.38 cores=1,3,5,7
/proc/5451/task/5457/stat : 5457 (java) S 5449 5449 3395 0 -1 1077944384 14195 0 0 0 108 30 0 0 20 0 15 0 45234565 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585192597488 140585852664450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5458] ppid=5449 vsize=14089220 memory=1374440 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5458/stat : 5458 (java) S 5449 5449 3395 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 45234565 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585191543712 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5459] ppid=5449 vsize=14089220 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5459/stat : 5459 (java) S 5449 5449 3395 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 45234565 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585190491120 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5460] ppid=5449 vsize=14089220 memory=1374440 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5460/stat : 5460 (java) S 5449 5449 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45234568 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585189439696 140585852671899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5461] ppid=5449 vsize=14089220 memory=1374440 CPUtime=1.56 cores=1,3,5,7
/proc/5451/task/5461/stat : 5461 (java) S 5449 5449 3395 0 -1 1077944384 9714 0 0 0 155 1 0 0 20 0 15 0 45234568 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585188387312 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5462] ppid=5449 vsize=14089220 memory=1452 CPUtime=1.65 cores=1,3,5,7
/proc/5451/task/5462/stat : 5462 (java) S 5449 5449 3395 0 -1 1077944384 9226 0 0 0 164 1 0 0 20 0 15 0 45234568 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585187334768 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5463] ppid=5449 vsize=14089220 memory=1452 CPUtime=0.45 cores=1,3,5,7
/proc/5451/task/5463/stat : 5463 (java) S 5449 5449 3395 0 -1 1077944384 7050 0 0 0 44 1 0 0 20 0 15 0 45234568 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585186282224 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5464] ppid=5449 vsize=14089220 memory=1374440 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5464/stat : 5464 (java) S 5449 5449 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45234568 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585185229920 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5465] ppid=5449 vsize=14089220 memory=2244 CPUtime=0.55 cores=1,3,5,7
/proc/5451/task/5465/stat : 5465 (java) S 5449 5449 3395 0 -1 1077944384 1133 0 0 0 24 31 0 0 20 0 15 0 45234568 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585184176432 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 1417100 KiB

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

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

[startup+2388.52 s]
# the end of solver process 5451 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2391.38 s, system=8.71969 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+2388.5 s]
/proc/loadavg: 1.76 1.64 1.62 3/219 5640
/proc/meminfo: memFree=16460520/32770624 swapFree=67108860/67108860
[pid=5449] ppid=5446 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5449/stat : 5449 (xcsp3-exec) S 5446 5449 3395 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45234562 115843072 363 33554432000 4194304 5098028 140723505570416 140723505568520 139704115159676 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31760384 140723505574970 140723505575172 140723505575172 140723505577930 0
/proc/5449/statm: 28282 363 305 221 0 87 0
[pid=5451] ppid=5449 vsize=14089220 memory=1415648 CPUtime=2400.06 cores=1,3,5,7
/proc/5451/stat : 5451 (java) S 5449 5449 3395 0 -1 1077944320 201125 0 0 0 239136 870 0 0 20 0 15 0 45234562 14427361280 353912 33554432000 4194304 4196468 140736161685680 140736161668224 140585852653303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
/proc/5451/statm: 3522305 353912 3415 1 0 3483520 0
[pid=5451/tid=5452] ppid=5449 vsize=14089220 memory=1452 CPUtime=2384.24 cores=1,3,5,7
/proc/5451/task/5452/stat : 5452 (java) R 5449 5449 3395 0 -1 4202560 138511 0 0 0 237636 788 0 0 20 0 15 0 45234563 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585856893184 140585494435249 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5453] ppid=5449 vsize=14089220 memory=1452 CPUtime=2.52 cores=1,3,5,7
/proc/5451/task/5453/stat : 5453 (java) S 5449 5449 3395 0 -1 1077944384 4870 0 0 0 246 6 0 0 20 0 15 0 45234563 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585448905488 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5454] ppid=5449 vsize=14089220 memory=1415648 CPUtime=2.54 cores=1,3,5,7
/proc/5451/task/5454/stat : 5454 (java) S 5449 5449 3395 0 -1 1077944384 4887 0 0 0 248 6 0 0 20 0 15 0 45234563 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585447852944 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5455] ppid=5449 vsize=14089220 memory=1415564 CPUtime=2.55 cores=1,3,5,7
/proc/5451/task/5455/stat : 5455 (java) S 5449 5449 3395 0 -1 1077944384 5514 0 0 0 248 7 0 0 20 0 15 0 45234563 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585446800400 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5456] ppid=5449 vsize=14089220 memory=1415648 CPUtime=2.54 cores=1,3,5,7
/proc/5451/task/5456/stat : 5456 (java) S 5449 5449 3395 0 -1 1077944384 4661 0 0 0 248 6 0 0 20 0 15 0 45234563 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585445747856 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5457] ppid=5449 vsize=14089220 memory=1452 CPUtime=1.38 cores=1,3,5,7
/proc/5451/task/5457/stat : 5457 (java) S 5449 5449 3395 0 -1 1077944384 14195 0 0 0 108 30 0 0 20 0 15 0 45234565 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585192597488 140585852664450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5458] ppid=5449 vsize=14089220 memory=1374440 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5458/stat : 5458 (java) S 5449 5449 3395 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 45234565 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585191543712 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5459] ppid=5449 vsize=14089220 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5459/stat : 5459 (java) S 5449 5449 3395 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 45234565 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585190491120 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5460] ppid=5449 vsize=14089220 memory=1374440 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5460/stat : 5460 (java) S 5449 5449 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45234568 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585189439696 140585852671899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5461] ppid=5449 vsize=14089220 memory=1374440 CPUtime=1.56 cores=1,3,5,7
/proc/5451/task/5461/stat : 5461 (java) S 5449 5449 3395 0 -1 1077944384 9714 0 0 0 155 1 0 0 20 0 15 0 45234568 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585188387312 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5462] ppid=5449 vsize=14089220 memory=1452 CPUtime=1.65 cores=1,3,5,7
/proc/5451/task/5462/stat : 5462 (java) S 5449 5449 3395 0 -1 1077944384 9226 0 0 0 164 1 0 0 20 0 15 0 45234568 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585187334768 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5463] ppid=5449 vsize=14089220 memory=1452 CPUtime=0.45 cores=1,3,5,7
/proc/5451/task/5463/stat : 5463 (java) S 5449 5449 3395 0 -1 1077944384 7050 0 0 0 44 1 0 0 20 0 15 0 45234568 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585186282224 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5464] ppid=5449 vsize=14089220 memory=1374440 CPUtime=0 cores=1,3,5,7
/proc/5451/task/5464/stat : 5464 (java) S 5449 5449 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45234568 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585185229920 140585852663509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
[pid=5451/tid=5465] ppid=5449 vsize=14089220 memory=2244 CPUtime=0.55 cores=1,3,5,7
/proc/5451/task/5465/stat : 5465 (java) S 5449 5449 3395 0 -1 1077944384 1133 0 0 0 24 31 0 0 20 0 15 0 45234568 14427361280 353912 33554432000 4194304 4196468 140736161685680 140585184176432 140585852664450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34344960 140736161690753 140736161690929 140736161690929 140736161693647 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 1417100 KiB

Child status: 143
Real time (s): 2388.52
CPU time (s): 2400.1
CPU user time (s): 2391.38
CPU system time (s): 8.71969
CPU usage (%): 100.485
Max. virtual memory (cumulated for all children) (KiB): 14204100
Max. memory (cumulated for all children) (KiB): 7850452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2391.38
system time used= 8.71969
maximum resident set size= 7885920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201833
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72104
involuntary context switches= 2178


# summary of solver processes directly reported to runsolver:
#   pid: 5449,5451
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2391.38
#   total CPU system time (s): 8.71969

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7891 second user time and 17.6374 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 18:25:14
IDJOB=4292487
IDBENCH=141022
IDSOLVER=2747
FILE ID=node107/4292487-1532276714
RUNJOBID= node107-1532271936-4847
PBS_JOBID= 21018963
Free space on /tmp= 55144 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-13_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292487-1532276714/watcher-4292487-1532276714 -o /tmp/evaluation-result-4292487-1532276714/solver-4292487-1532276714 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532271936-4847 --watchdog 2560  HOME/xcsp3-exec -seed 1190821763 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292487-1532276714.xml

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

MD5SUM BENCH= 3785e9b0b2758b612fcaaefab5873f44
RANDOM SEED=1190821763

node107.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.40
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.40
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.40
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.40
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:        16908472 kB
MemAvailable:   28683408 kB
Buffers:          247492 kB
Cached:         11677436 kB
SwapCached:            0 kB
Active:          4808732 kB
Inactive:       10422544 kB
Active(anon):    3309088 kB
Inactive(anon):    16860 kB
Active(file):    1499644 kB
Inactive(file): 10405684 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20660 kB
Writeback:             0 kB
AnonPages:       3313048 kB
Mapped:            48920 kB
Shmem:             17036 kB
Slab:             325128 kB
SReclaimable:     298068 kB
SUnreclaim:        27060 kB
KernelStack:        3840 kB
PageTables:        11376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3839560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3225600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55124 MiB
End job on node107 at 2018-07-22 19:05:02