Trace number 4269031

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)? (TO) 2520.04 2514.3101

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r4.xml
MD5SUMf67f1c0e82ebca3fffd47008cd4871f3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark26
Best CPU time to get the best result obtained on this benchmark20038.4
Satisfiable
(Un)Satisfiability was proved
Number of variables2484
Number of constraints203
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2484}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":6},{"degree":5,"count":90},{"degree":6,"count":297},{"degree":7,"count":531},{"degree":8,"count":745},{"degree":9,"count":548},{"degree":10,"count":188},{"degree":11,"count":19},{"degree":12,"count":33},{"degree":13,"count":25},{"degree":14,"count":2}]
Minimum constraint arity6
Maximum constraint arity211
Distribution of constraint arities[{"arity":6,"count":3},{"arity":10,"count":4},{"arity":16,"count":2},{"arity":23,"count":1},{"arity":25,"count":2},{"arity":29,"count":2},{"arity":35,"count":3},{"arity":38,"count":3},{"arity":39,"count":3},{"arity":41,"count":1},{"arity":44,"count":2},{"arity":45,"count":1},{"arity":46,"count":5},{"arity":47,"count":4},{"arity":48,"count":5},{"arity":49,"count":4},{"arity":50,"count":4},{"arity":52,"count":1},{"arity":54,"count":5},{"arity":55,"count":2},{"arity":56,"count":2},{"arity":57,"count":2},{"arity":60,"count":2},{"arity":61,"count":1},{"arity":62,"count":2},"...",{"arity":118,"count":2}, {"arity":119,"count":1}, {"arity":121,"count":1}, {"arity":122,"count":1}, {"arity":123,"count":1}, {"arity":125,"count":2}, {"arity":130,"count":4}, {"arity":131,"count":3}, {"arity":133,"count":3}, {"arity":135,"count":1}, {"arity":136,"count":1}, {"arity":138,"count":1}, {"arity":139,"count":1}, {"arity":140,"count":2}, {"arity":143,"count":1}, {"arity":145,"count":2}, {"arity":146,"count":1}, {"arity":147,"count":1}, {"arity":153,"count":2}, {"arity":154,"count":1}, {"arity":158,"count":1}, {"arity":162,"count":1}, {"arity":175,"count":1}, {"arity":192,"count":1}, {"arity":211,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":203}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269031-1502810011.xml"  -tl '2520s' -p 1 -x 0
0.10/0.26	c [HOME/instance-4269031-1502810011.xml, -tl, 2520s, -p, 1, -x, 0]
0.30/0.32	c simple solver
0.30/0.39	c parse instance...
1.34/0.72	c solve instance...
2520.02/2514.30	s UNKNOWN
2520.02/2514.30	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 (15244 MiB free)
  memory of node 1: 16384 MiB (15369 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269031-1502810011/watcher-4269031-1502810011 -o /tmp/evaluation-result-4269031-1502810011/solver-4269031-1502810011 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 424630912 HOME/instance-4269031-1502810011.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=9932, runsolver pid=9929

[startup+0.100197 s]*
/proc/loadavg: 1.66 1.45 1.43 3/202 9939
/proc/meminfo: memFree=31340812/32770624 swapFree=67108860/67108860
[pid=9932] ppid=9929 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9932/stat : 9932 (xcsp3-exec) S 9929 9932 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69341767 9740288 345 18446744073709551615 4194304 5098028 140729167351680 140729167349784 140647234663036 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 30748672 140729167356281 140729167356485 140729167356485 140729167359979 0
/proc/9932/statm: 2378 345 289 221 0 87 0
[pid=9934] ppid=9932 vsize=13441356 memory=16940 CPUtime=0.01 cores=0,2,4,6
/proc/9934/stat : 9934 (java) S 9932 9932 11586 0 -1 1077944320 3526 0 0 0 1 0 0 0 20 0 7 0 69341775 13763948544 4235 18446744073709551615 4194304 4196468 140733859026224 140733859008768 140417736994551 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
/proc/9934/statm: 3360339 4235 1983 1 0 3349836 0
[pid=9934/tid=9935] ppid=9932 vsize=13441356 memory=4206751525541405026 CPUtime=0.01 cores=0,2,4,6
/proc/9934/task/9935/stat : 9935 (java) R 9932 9932 11586 0 -1 4202560 2303 0 0 0 1 0 0 0 20 0 7 0 69341776 13763948544 4301 18446744073709551615 4194304 4196468 140733859026224 140417741237008 140417721075038 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9936] ppid=9932 vsize=13441356 memory=4123389896250521363 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9936/stat : 9936 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 69341776 13763948544 4301 18446744073709551615 4194304 4196468 140733859026224 140417656408464 140417737004757 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9937] ppid=9932 vsize=13441356 memory=139839727609472 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9937/stat : 9937 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 69341776 13763948544 4301 18446744073709551615 4194304 4196468 140733859026224 140417655355664 140417737004757 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9938] ppid=9932 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9938/stat : 9938 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 69341776 13763948544 4301 18446744073709551615 4194304 4196468 140733859026224 140417654303376 140417737004757 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9939] ppid=9932 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9939/stat : 9939 (java) S 9932 9932 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 69341776 13763948544 4301 18446744073709551615 4194304 4196468 140733859026224 140417653250576 140417737004757 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9940] ppid=9932 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9940/stat : 9940 (java) S 9932 9932 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 69341778 13763948544 4301 18446744073709551615 4194304 4196468 140733859026224 140417214954096 140417737005698 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13450868 KiB
Current children cumulated memory: 18320 KiB

[startup+0.210041 s]*
/proc/loadavg: 1.66 1.45 1.43 3/211 9948
/proc/meminfo: memFree=31331500/32770624 swapFree=67108860/67108860
[pid=9932] ppid=9929 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9932/stat : 9932 (xcsp3-exec) S 9929 9932 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69341767 9740288 345 18446744073709551615 4194304 5098028 140729167351680 140729167349784 140647234663036 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 30748672 140729167356281 140729167356485 140729167356485 140729167359979 0
/proc/9932/statm: 2378 345 289 221 0 87 0
[pid=9934] ppid=9932 vsize=13974352 memory=28212 CPUtime=0.1 cores=0,2,4,6
/proc/9934/stat : 9934 (java) S 9932 9932 11586 0 -1 1077944320 4954 0 0 0 9 1 0 0 20 0 15 0 69341775 14309736448 7053 18446744073709551615 4194304 4196468 140733859026224 140733859008768 140417736994551 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
/proc/9934/statm: 3493588 7053 2755 1 0 3482964 0
[pid=9934/tid=9935] ppid=9932 vsize=13974352 memory=-6153504281267117510 CPUtime=0.07 cores=0,2,4,6
/proc/9934/task/9935/stat : 9935 (java) R 9932 9932 11586 0 -1 4202560 3107 0 0 0 7 0 0 0 20 0 15 0 69341776 14309736448 7053 18446744073709551615 4194304 4196468 140733859026224 140417741226160 140417737016477 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9936] ppid=9932 vsize=13974352 memory=6055707664168806735 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9936/stat : 9936 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69341776 14309736448 7053 18446744073709551615 4194304 4196468 140733859026224 140417656408464 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9937] ppid=9932 vsize=13974352 memory=139839727609472 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9937/stat : 9937 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69341776 14309736448 7053 18446744073709551615 4194304 4196468 140733859026224 140417655355664 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9938] ppid=9932 vsize=13974352 memory=139839727609472 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9938/stat : 9938 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69341776 14309736448 7053 18446744073709551615 4194304 4196468 140733859026224 140417654303376 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9939] ppid=9932 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9939/stat : 9939 (java) S 9932 9932 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69341776 14309736448 7053 18446744073709551615 4194304 4196468 140733859026224 140417653250576 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9940] ppid=9932 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9940/stat : 9940 (java) S 9932 9932 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69341778 14309736448 7053 18446744073709551615 4194304 4196468 140733859026224 140417214954096 140417737005698 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9941] ppid=9932 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9941/stat : 9941 (java) S 9932 9932 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69341778 14309736448 7053 18446744073709551615 4194304 4196468 140733859026224 140417213900064 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9942] ppid=9932 vsize=13974352 memory=139839727609472 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9942/stat : 9942 (java) S 9932 9932 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69341778 14309736448 7053 18446744073709551615 4194304 4196468 140733859026224 140417212847728 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9943] ppid=9932 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9943/stat : 9943 (java) S 9932 9932 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69341781 14309736448 7053 18446744073709551615 4194304 4196468 140733859026224 140417211796048 140417737013147 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9944] ppid=9932 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9944/stat : 9944 (java) S 9932 9932 11586 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 69341781 14309736448 7053 18446744073709551615 4194304 4196468 140733859026224 140417210742896 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9945] ppid=9932 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9945/stat : 9945 (java) S 9932 9932 11586 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 69341781 14309736448 7053 18446744073709551615 4194304 4196468 140733859026224 140417209690096 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9946] ppid=9932 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9934/task/9946/stat : 9946 (java) S 9932 9932 11586 0 -1 1077944384 241 0 0 0 1 0 0 0 20 0 15 0 69341781 14309736448 7053 18446744073709551615 4194304 4196468 140733859026224 140417208637808 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9947] ppid=9932 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9947/stat : 9947 (java) S 9932 9932 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69341781 14309736448 7053 18446744073709551615 4194304 4196468 140733859026224 140417207585248 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9948] ppid=9932 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9948/stat : 9948 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69341785 14309736448 7053 18446744073709551615 4194304 4196468 140733859026224 140417206533040 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29592 KiB

[startup+0.310172 s]*
/proc/loadavg: 1.66 1.45 1.43 5/211 9948
/proc/meminfo: memFree=31321388/32770624 swapFree=67108860/67108860
[pid=9932] ppid=9929 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9932/stat : 9932 (xcsp3-exec) S 9929 9932 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69341767 9740288 345 18446744073709551615 4194304 5098028 140729167351680 140729167349784 140647234663036 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 30748672 140729167356281 140729167356485 140729167356485 140729167359979 0
/proc/9932/statm: 2378 345 289 221 0 87 0
[pid=9934] ppid=9932 vsize=13974352 memory=39828 CPUtime=0.3 cores=0,2,4,6
/proc/9934/stat : 9934 (java) S 9932 9932 11586 0 -1 1077944320 8586 0 0 0 28 2 0 0 20 0 15 0 69341775 14309736448 9957 18446744073709551615 4194304 4196468 140733859026224 140733859008768 140417736994551 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
/proc/9934/statm: 3493588 9957 3023 1 0 3482964 0
[pid=9934/tid=9935] ppid=9932 vsize=13974352 memory=6933928925625698159 CPUtime=0.17 cores=0,2,4,6
/proc/9934/task/9935/stat : 9935 (java) R 9932 9932 11586 0 -1 4202560 5838 0 0 0 16 1 0 0 20 0 15 0 69341776 14309736448 9957 18446744073709551615 4194304 4196468 140733859026224 140417741212864 140417330299249 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9936] ppid=9932 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9936/stat : 9936 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69341776 14309736448 9957 18446744073709551615 4194304 4196468 140733859026224 140417656408464 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9937] ppid=9932 vsize=13974352 memory=-7247262161690712702 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9937/stat : 9937 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69341776 14309736448 9957 18446744073709551615 4194304 4196468 140733859026224 140417655355664 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9938] ppid=9932 vsize=13974352 memory=8328162156141927054 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9938/stat : 9938 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69341776 14309736448 9957 18446744073709551615 4194304 4196468 140733859026224 140417654303376 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9939] ppid=9932 vsize=13974352 memory=-7299339441649872004 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9939/stat : 9939 (java) S 9932 9932 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69341776 14309736448 9957 18446744073709551615 4194304 4196468 140733859026224 140417653250576 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9940] ppid=9932 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9940/stat : 9940 (java) S 9932 9932 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69341778 14309736448 9957 18446744073709551615 4194304 4196468 140733859026224 140417214954096 140417737005698 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9941] ppid=9932 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9941/stat : 9941 (java) S 9932 9932 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69341778 14309736448 9957 18446744073709551615 4194304 4196468 140733859026224 140417213900064 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9942] ppid=9932 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9942/stat : 9942 (java) S 9932 9932 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69341778 14309736448 9957 18446744073709551615 4194304 4196468 140733859026224 140417212847728 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9943] ppid=9932 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9943/stat : 9943 (java) S 9932 9932 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69341781 14309736448 9957 18446744073709551615 4194304 4196468 140733859026224 140417211796048 140417737013147 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9944] ppid=9932 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9934/task/9944/stat : 9944 (java) S 9932 9932 11586 0 -1 1077944384 678 0 0 0 2 0 0 0 20 0 15 0 69341781 14309736448 9957 18446744073709551615 4194304 4196468 140733859026224 140417210742896 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9945] ppid=9932 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9934/task/9945/stat : 9945 (java) S 9932 9932 11586 0 -1 1077944384 98 0 0 0 2 0 0 0 20 0 15 0 69341781 14309736448 9957 18446744073709551615 4194304 4196468 140733859026224 140417209690096 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9946] ppid=9932 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/9934/task/9946/stat : 9946 (java) R 9932 9932 11586 0 -1 4202560 676 0 0 0 6 0 0 0 20 0 15 0 69341781 14309736448 9957 18446744073709551615 4194304 4196468 140733859026224 140417208637808 140417729231678 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9947] ppid=9932 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9947/stat : 9947 (java) S 9932 9932 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69341781 14309736448 9957 18446744073709551615 4194304 4196468 140733859026224 140417207585248 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9948] ppid=9932 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9948/stat : 9948 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69341785 14309736448 9957 18446744073709551615 4194304 4196468 140733859026224 140417206533040 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41208 KiB

[startup+0.703029 s]
/proc/loadavg: 1.66 1.45 1.43 6/211 9948
/proc/meminfo: memFree=31309308/32770624 swapFree=67108860/67108860
[pid=9932] ppid=9929 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9932/stat : 9932 (xcsp3-exec) S 9929 9932 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69341767 9740288 345 18446744073709551615 4194304 5098028 140729167351680 140729167349784 140647234663036 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 30748672 140729167356281 140729167356485 140729167356485 140729167359979 0
/proc/9932/statm: 2378 345 289 221 0 87 0
[pid=9934] ppid=9932 vsize=13980732 memory=80068 CPUtime=1.34 cores=0,2,4,6
/proc/9934/stat : 9934 (java) S 9932 9932 11586 0 -1 1077944320 13515 0 0 0 129 5 0 0 20 0 15 0 69341775 14316269568 20017 18446744073709551615 4194304 4196468 140733859026224 140733859008768 140417736994551 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
/proc/9934/statm: 3495183 20017 3172 1 0 3483476 0
[pid=9934/tid=9935] ppid=9932 vsize=13980732 memory=7165352523810746422 CPUtime=0.55 cores=0,2,4,6
/proc/9934/task/9935/stat : 9935 (java) R 9932 9932 11586 0 -1 1077944384 7932 0 0 0 52 3 0 0 20 0 15 0 69341776 14316269568 20017 18446744073709551615 4194304 4196468 140733859026224 140417741217424 140417737004757 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9936] ppid=9932 vsize=13980732 memory=7446246040066348624 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9936/stat : 9936 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69341776 14316269568 20017 18446744073709551615 4194304 4196468 140733859026224 140417656408464 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9937] ppid=9932 vsize=13980732 memory=6935649255759569216 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9937/stat : 9937 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69341776 14316269568 20017 18446744073709551615 4194304 4196468 140733859026224 140417655355664 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9938] ppid=9932 vsize=13980732 memory=4638778398332698720 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9938/stat : 9938 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69341776 14316269568 20017 18446744073709551615 4194304 4196468 140733859026224 140417654303376 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9939] ppid=9932 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9939/stat : 9939 (java) S 9932 9932 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69341776 14316269568 20017 18446744073709551615 4194304 4196468 140733859026224 140417653250576 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9940] ppid=9932 vsize=13980732 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9940/stat : 9940 (java) S 9932 9932 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69341778 14316269568 20017 18446744073709551615 4194304 4196468 140733859026224 140417214954096 140417737005698 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9941] ppid=9932 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9941/stat : 9941 (java) S 9932 9932 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69341778 14316269568 20017 18446744073709551615 4194304 4196468 140733859026224 140417213900064 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9942] ppid=9932 vsize=13980732 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9942/stat : 9942 (java) S 9932 9932 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69341778 14316269568 20017 18446744073709551615 4194304 4196468 140733859026224 140417212847728 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9943] ppid=9932 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9943/stat : 9943 (java) S 9932 9932 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69341781 14316269568 20017 18446744073709551615 4194304 4196468 140733859026224 140417211796048 140417737013147 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9944] ppid=9932 vsize=13980732 memory=139839571763824 CPUtime=0.24 cores=0,2,4,6
/proc/9934/task/9944/stat : 9944 (java) R 9932 9932 11586 0 -1 4202560 1892 0 0 0 24 0 0 0 20 0 15 0 69341781 14316269568 20017 18446744073709551615 4194304 4196468 140733859026224 140417210728776 140417716687647 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9945] ppid=9932 vsize=13980732 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/9934/task/9945/stat : 9945 (java) R 9932 9932 11586 0 -1 4202560 855 0 0 0 22 0 0 0 20 0 15 0 69341781 14316269568 20017 18446744073709551615 4194304 4196468 140733859026224 140417209681424 140417716711687 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9946] ppid=9932 vsize=13980732 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/9934/task/9946/stat : 9946 (java) R 9932 9932 11586 0 -1 4202560 1530 0 0 0 29 0 0 0 20 0 15 0 69341781 14316269568 20017 18446744073709551615 4194304 4196468 140733859026224 140417208637728 140417716344224 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9947] ppid=9932 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9947/stat : 9947 (java) S 9932 9932 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69341781 14316269568 20017 18446744073709551615 4194304 4196468 140733859026224 140417207585248 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9948] ppid=9932 vsize=13980732 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9948/stat : 9948 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69341785 14316269568 20017 18446744073709551615 4194304 4196468 140733859026224 140417206533040 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 81448 KiB

[startup+1.50089 s]
/proc/loadavg: 1.68 1.46 1.43 5/211 9948
/proc/meminfo: memFree=31267744/32770624 swapFree=67108860/67108860
[pid=9932] ppid=9929 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9932/stat : 9932 (xcsp3-exec) S 9929 9932 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69341767 9740288 345 18446744073709551615 4194304 5098028 140729167351680 140729167349784 140647234663036 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 30748672 140729167356281 140729167356485 140729167356485 140729167359979 0
/proc/9932/statm: 2378 345 289 221 0 87 0
[pid=9934] ppid=9932 vsize=13980732 memory=110928 CPUtime=2.83 cores=0,2,4,6
/proc/9934/stat : 9934 (java) S 9932 9932 11586 0 -1 1077944320 16852 0 0 0 278 5 0 0 20 0 15 0 69341775 14316269568 27732 18446744073709551615 4194304 4196468 140733859026224 140733859008768 140417736994551 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
/proc/9934/statm: 3495183 27732 3189 1 0 3483476 0
[pid=9934/tid=9935] ppid=9932 vsize=13980732 memory=4120 CPUtime=1.35 cores=0,2,4,6
/proc/9934/task/9935/stat : 9935 (java) R 9932 9932 11586 0 -1 4202560 8317 0 0 0 131 4 0 0 20 0 15 0 69341776 14316269568 27732 18446744073709551615 4194304 4196468 140733859026224 140417741233632 140417333244956 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9936] ppid=9932 vsize=13980732 memory=38768 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9936/stat : 9936 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69341776 14316269568 27732 18446744073709551615 4194304 4196468 140733859026224 140417656408464 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9937] ppid=9932 vsize=13980732 memory=279679143973472 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9937/stat : 9937 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69341776 14316269568 27732 18446744073709551615 4194304 4196468 140733859026224 140417655355664 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9938] ppid=9932 vsize=13980732 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9938/stat : 9938 (java) S 9932 9932 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69341776 14316269568 27732 18446744073709551615 4194304 4196468 140733859026224 140417654303376 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9939] ppid=9932 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9939/stat : 9939 (java) S 9932 9932 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69341776 14316269568 27732 18446744073709551615 4194304 4196468 140733859026224 140417653250576 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9940] ppid=9932 vsize=13980732 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9940/stat : 9940 (java) S 9932 9932 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69341778 14316269568 27732 18446744073709551615 4194304 4196468 140733859026224 140417214954096 140417737005698 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9941] ppid=9932 vsize=13980732 memory=13568184779278711 CPUtime=0 cores=0,2,4,6

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

[pid=9934/tid=9940] ppid=9932 vsize=13980732 memory=182240 CPUtime=0.57 cores=0,2,4,6
/proc/9934/task/9940/stat : 9940 (java) S 9932 9932 11586 0 -1 1077944384 5007 0 0 0 52 5 0 0 20 0 15 0 69341778 14316269568 45560 18446744073709551615 4194304 4196468 140733859026224 140417214954096 140417737005698 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9941] ppid=9932 vsize=13980732 memory=182240 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9941/stat : 9941 (java) S 9932 9932 11586 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 69341778 14316269568 45560 18446744073709551615 4194304 4196468 140733859026224 140417213900064 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9942] ppid=9932 vsize=13980732 memory=182240 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9942/stat : 9942 (java) S 9932 9932 11586 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 69341778 14316269568 45560 18446744073709551615 4194304 4196468 140733859026224 140417212847728 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9943] ppid=9932 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9943/stat : 9943 (java) S 9932 9932 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69341781 14316269568 45560 18446744073709551615 4194304 4196468 140733859026224 140417211796048 140417737013147 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9944] ppid=9932 vsize=13980732 memory=1380 CPUtime=1.41 cores=0,2,4,6
/proc/9934/task/9944/stat : 9944 (java) S 9932 9932 11586 0 -1 1077944384 11489 0 0 0 140 1 0 0 20 0 15 0 69341781 14316269568 45560 18446744073709551615 4194304 4196468 140733859026224 140417210742896 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9945] ppid=9932 vsize=13980732 memory=1380 CPUtime=1.47 cores=0,2,4,6
/proc/9934/task/9945/stat : 9945 (java) S 9932 9932 11586 0 -1 1077944384 10085 0 0 0 146 1 0 0 20 0 15 0 69341781 14316269568 45560 18446744073709551615 4194304 4196468 140733859026224 140417209690096 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9946] ppid=9932 vsize=13980732 memory=7680170660397595203 CPUtime=0.52 cores=0,2,4,6
/proc/9934/task/9946/stat : 9946 (java) S 9932 9932 11586 0 -1 1077944384 7138 0 0 0 51 1 0 0 20 0 15 0 69341781 14316269568 45560 18446744073709551615 4194304 4196468 140733859026224 140417208637808 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9947] ppid=9932 vsize=13980732 memory=2772 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9947/stat : 9947 (java) S 9932 9932 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69341781 14316269568 45560 18446744073709551615 4194304 4196468 140733859026224 140417207585248 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9948] ppid=9932 vsize=13980732 memory=2784 CPUtime=0.73 cores=0,2,4,6
/proc/9934/task/9948/stat : 9948 (java) S 9932 9932 11586 0 -1 1077944384 923 0 0 0 36 37 0 0 20 0 15 0 69341785 14316269568 45560 18446744073709551615 4194304 4196468 140733859026224 140417206533040 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
Current children cumulated CPU time: 2447.88 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 183620 KiB

[startup+2502.3 s]
/proc/loadavg: 1.62 1.61 1.65 3/214 10228
/proc/meminfo: memFree=31180188/32770624 swapFree=67108860/67108860
[pid=9932] ppid=9929 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9932/stat : 9932 (xcsp3-exec) S 9929 9932 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69341767 9740288 345 18446744073709551615 4194304 5098028 140729167351680 140729167349784 140647234663036 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 30748672 140729167356281 140729167356485 140729167356485 140729167359979 0
/proc/9932/statm: 2378 345 289 221 0 87 0
[pid=9934] ppid=9932 vsize=13980732 memory=184292 CPUtime=2507.99 cores=0,2,4,6
/proc/9934/stat : 9934 (java) S 9932 9932 11586 0 -1 1077944320 71937 0 0 0 250742 57 0 0 20 0 15 0 69341775 14316269568 46073 18446744073709551615 4194304 4196468 140733859026224 140733859008768 140417736994551 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
/proc/9934/statm: 3495183 46073 3232 1 0 3483476 0
[pid=9934/tid=9935] ppid=9932 vsize=13980732 memory=184292 CPUtime=2500.56 cores=0,2,4,6
/proc/9934/task/9935/stat : 9935 (java) R 9932 9932 11586 0 -1 4202560 21944 0 0 0 250048 8 0 0 20 0 15 0 69341776 14316269568 46073 18446744073709551615 4194304 4196468 140733859026224 140417741234096 140417332775936 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9936] ppid=9932 vsize=13980732 memory=184288 CPUtime=0.63 cores=0,2,4,6
/proc/9934/task/9936/stat : 9936 (java) S 9932 9932 11586 0 -1 1077944384 3787 0 0 0 59 4 0 0 20 0 15 0 69341776 14316269568 46073 18446744073709551615 4194304 4196468 140733859026224 140417656408464 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9937] ppid=9932 vsize=13980732 memory=184288 CPUtime=0.65 cores=0,2,4,6
/proc/9934/task/9937/stat : 9937 (java) S 9932 9932 11586 0 -1 1077944384 2914 0 0 0 59 6 0 0 20 0 15 0 69341776 14316269568 46073 18446744073709551615 4194304 4196468 140733859026224 140417655355664 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9938] ppid=9932 vsize=13980732 memory=184288 CPUtime=0.65 cores=0,2,4,6
/proc/9934/task/9938/stat : 9938 (java) S 9932 9932 11586 0 -1 1077944384 3655 0 0 0 62 3 0 0 20 0 15 0 69341776 14316269568 46073 18446744073709551615 4194304 4196468 140733859026224 140417654303376 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9939] ppid=9932 vsize=13980732 memory=184288 CPUtime=0.65 cores=0,2,4,6
/proc/9934/task/9939/stat : 9939 (java) S 9932 9932 11586 0 -1 1077944384 3275 0 0 0 60 5 0 0 20 0 15 0 69341776 14316269568 46073 18446744073709551615 4194304 4196468 140733859026224 140417653250576 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9940] ppid=9932 vsize=13980732 memory=1380 CPUtime=0.61 cores=0,2,4,6
/proc/9934/task/9940/stat : 9940 (java) S 9932 9932 11586 0 -1 1077944384 5012 0 0 0 55 6 0 0 20 0 15 0 69341778 14316269568 46073 18446744073709551615 4194304 4196468 140733859026224 140417214954096 140417737005698 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9941] ppid=9932 vsize=13980732 memory=184288 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9941/stat : 9941 (java) S 9932 9932 11586 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 69341778 14316269568 46073 18446744073709551615 4194304 4196468 140733859026224 140417213900064 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9942] ppid=9932 vsize=13980732 memory=184288 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9942/stat : 9942 (java) S 9932 9932 11586 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 69341778 14316269568 46073 18446744073709551615 4194304 4196468 140733859026224 140417212847728 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9943] ppid=9932 vsize=13980732 memory=184292 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9943/stat : 9943 (java) S 9932 9932 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69341781 14316269568 46073 18446744073709551615 4194304 4196468 140733859026224 140417211796048 140417737013147 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9944] ppid=9932 vsize=13980732 memory=1380 CPUtime=1.41 cores=0,2,4,6
/proc/9934/task/9944/stat : 9944 (java) S 9932 9932 11586 0 -1 1077944384 11652 0 0 0 140 1 0 0 20 0 15 0 69341781 14316269568 46073 18446744073709551615 4194304 4196468 140733859026224 140417210742896 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9945] ppid=9932 vsize=13980732 memory=184288 CPUtime=1.47 cores=0,2,4,6
/proc/9934/task/9945/stat : 9945 (java) S 9932 9932 11586 0 -1 1077944384 10290 0 0 0 146 1 0 0 20 0 15 0 69341781 14316269568 46073 18446744073709551615 4194304 4196468 140733859026224 140417209690096 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9946] ppid=9932 vsize=13980732 memory=1440 CPUtime=0.52 cores=0,2,4,6
/proc/9934/task/9946/stat : 9946 (java) S 9932 9932 11586 0 -1 1077944384 7138 0 0 0 51 1 0 0 20 0 15 0 69341781 14316269568 46073 18446744073709551615 4194304 4196468 140733859026224 140417208637808 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9947] ppid=9932 vsize=13980732 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9947/stat : 9947 (java) S 9932 9932 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69341781 14316269568 46073 18446744073709551615 4194304 4196468 140733859026224 140417207585248 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9948] ppid=9932 vsize=13980732 memory=1380 CPUtime=0.75 cores=0,2,4,6
/proc/9934/task/9948/stat : 9948 (java) S 9932 9932 11586 0 -1 1077944384 927 0 0 0 37 38 0 0 20 0 15 0 69341785 14316269568 46073 18446744073709551615 4194304 4196468 140733859026224 140417206533040 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
Current children cumulated CPU time: 2507.99 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 185672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.3 s]
/proc/loadavg: 1.60 1.60 1.65 3/214 10228
/proc/meminfo: memFree=31180104/32770624 swapFree=67108860/67108860
[pid=9932] ppid=9929 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9932/stat : 9932 (xcsp3-exec) S 9929 9932 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69341767 9740288 345 18446744073709551615 4194304 5098028 140729167351680 140729167349784 140647234663036 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 30748672 140729167356281 140729167356485 140729167356485 140729167359979 0
/proc/9932/statm: 2378 345 289 221 0 87 0
[pid=9934] ppid=9932 vsize=13980732 memory=184344 CPUtime=2520.02 cores=0,2,4,6
/proc/9934/stat : 9934 (java) S 9932 9932 11586 0 -1 1077944320 72963 0 0 0 251944 58 0 0 20 0 15 0 69341775 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140733859008768 140417736994551 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
/proc/9934/statm: 3495183 46086 3232 1 0 3483476 0
[pid=9934/tid=9935] ppid=9932 vsize=13980732 memory=184344 CPUtime=2512.54 cores=0,2,4,6
/proc/9934/task/9935/stat : 9935 (java) R 9932 9932 11586 0 -1 4202560 22339 0 0 0 251246 8 0 0 20 0 15 0 69341776 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417741233824 140417332964720 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9936] ppid=9932 vsize=13980732 memory=184292 CPUtime=0.64 cores=0,2,4,6
/proc/9934/task/9936/stat : 9936 (java) S 9932 9932 11586 0 -1 1077944384 3832 0 0 0 60 4 0 0 20 0 15 0 69341776 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417656408464 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9937] ppid=9932 vsize=13980732 memory=184292 CPUtime=0.66 cores=0,2,4,6
/proc/9934/task/9937/stat : 9937 (java) S 9932 9932 11586 0 -1 1077944384 3207 0 0 0 60 6 0 0 20 0 15 0 69341776 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417655355664 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9938] ppid=9932 vsize=13980732 memory=184344 CPUtime=0.66 cores=0,2,4,6
/proc/9934/task/9938/stat : 9938 (java) S 9932 9932 11586 0 -1 1077944384 3668 0 0 0 63 3 0 0 20 0 15 0 69341776 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417654303376 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9939] ppid=9932 vsize=13980732 memory=1380 CPUtime=0.66 cores=0,2,4,6
/proc/9934/task/9939/stat : 9939 (java) S 9932 9932 11586 0 -1 1077944384 3357 0 0 0 61 5 0 0 20 0 15 0 69341776 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417653250576 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9940] ppid=9932 vsize=13980732 memory=184344 CPUtime=0.61 cores=0,2,4,6
/proc/9934/task/9940/stat : 9940 (java) S 9932 9932 11586 0 -1 1077944384 5187 0 0 0 55 6 0 0 20 0 15 0 69341778 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417214954096 140417737005698 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9941] ppid=9932 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9941/stat : 9941 (java) S 9932 9932 11586 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 69341778 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417213900064 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9942] ppid=9932 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9942/stat : 9942 (java) S 9932 9932 11586 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 69341778 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417212847728 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9943] ppid=9932 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9943/stat : 9943 (java) S 9932 9932 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69341781 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417211796048 140417737013147 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9944] ppid=9932 vsize=13980732 memory=1380 CPUtime=1.41 cores=0,2,4,6
/proc/9934/task/9944/stat : 9944 (java) S 9932 9932 11586 0 -1 1077944384 11654 0 0 0 140 1 0 0 20 0 15 0 69341781 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417210742896 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9945] ppid=9932 vsize=13980732 memory=1380 CPUtime=1.47 cores=0,2,4,6
/proc/9934/task/9945/stat : 9945 (java) S 9932 9932 11586 0 -1 1077944384 10292 0 0 0 146 1 0 0 20 0 15 0 69341781 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417209690096 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9946] ppid=9932 vsize=13980732 memory=184344 CPUtime=0.52 cores=0,2,4,6
/proc/9934/task/9946/stat : 9946 (java) S 9932 9932 11586 0 -1 1077944384 7140 0 0 0 51 1 0 0 20 0 15 0 69341781 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417208637808 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9947] ppid=9932 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9947/stat : 9947 (java) S 9932 9932 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69341781 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417207585248 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9948] ppid=9932 vsize=13980732 memory=184344 CPUtime=0.75 cores=0,2,4,6
/proc/9934/task/9948/stat : 9948 (java) S 9932 9932 11586 0 -1 1077944384 944 0 0 0 37 38 0 0 20 0 15 0 69341785 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417206533040 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 185724 KiB

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

[startup+2514.31 s]
# the end of solver process 9932 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.45 s, system=0.587098 s

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

[startup+2514.3 s]
/proc/loadavg: 1.60 1.60 1.65 3/214 10228
/proc/meminfo: memFree=31180104/32770624 swapFree=67108860/67108860
[pid=9932] ppid=9929 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9932/stat : 9932 (xcsp3-exec) S 9929 9932 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69341767 9740288 345 18446744073709551615 4194304 5098028 140729167351680 140729167349784 140647234663036 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 30748672 140729167356281 140729167356485 140729167356485 140729167359979 0
/proc/9932/statm: 2378 345 289 221 0 87 0
[pid=9934] ppid=9932 vsize=13980732 memory=184344 CPUtime=2520.02 cores=0,2,4,6
/proc/9934/stat : 9934 (java) S 9932 9932 11586 0 -1 1077944320 72963 0 0 0 251944 58 0 0 20 0 15 0 69341775 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140733859008768 140417736994551 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
/proc/9934/statm: 3495183 46086 3232 1 0 3483476 0
[pid=9934/tid=9935] ppid=9932 vsize=13980732 memory=184344 CPUtime=2512.54 cores=0,2,4,6
/proc/9934/task/9935/stat : 9935 (java) R 9932 9932 11586 0 -1 4202560 22339 0 0 0 251246 8 0 0 20 0 15 0 69341776 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417741233824 140417332964720 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9936] ppid=9932 vsize=13980732 memory=184292 CPUtime=0.64 cores=0,2,4,6
/proc/9934/task/9936/stat : 9936 (java) S 9932 9932 11586 0 -1 1077944384 3832 0 0 0 60 4 0 0 20 0 15 0 69341776 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417656408464 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9937] ppid=9932 vsize=13980732 memory=184292 CPUtime=0.66 cores=0,2,4,6
/proc/9934/task/9937/stat : 9937 (java) S 9932 9932 11586 0 -1 1077944384 3207 0 0 0 60 6 0 0 20 0 15 0 69341776 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417655355664 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9938] ppid=9932 vsize=13980732 memory=184344 CPUtime=0.66 cores=0,2,4,6
/proc/9934/task/9938/stat : 9938 (java) S 9932 9932 11586 0 -1 1077944384 3668 0 0 0 63 3 0 0 20 0 15 0 69341776 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417654303376 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9939] ppid=9932 vsize=13980732 memory=1380 CPUtime=0.66 cores=0,2,4,6
/proc/9934/task/9939/stat : 9939 (java) S 9932 9932 11586 0 -1 1077944384 3357 0 0 0 61 5 0 0 20 0 15 0 69341776 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417653250576 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9940] ppid=9932 vsize=13980732 memory=184344 CPUtime=0.61 cores=0,2,4,6
/proc/9934/task/9940/stat : 9940 (java) S 9932 9932 11586 0 -1 1077944384 5187 0 0 0 55 6 0 0 20 0 15 0 69341778 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417214954096 140417737005698 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9941] ppid=9932 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9941/stat : 9941 (java) S 9932 9932 11586 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 69341778 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417213900064 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9942] ppid=9932 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9942/stat : 9942 (java) S 9932 9932 11586 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 69341778 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417212847728 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9943] ppid=9932 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9943/stat : 9943 (java) S 9932 9932 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69341781 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417211796048 140417737013147 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9944] ppid=9932 vsize=13980732 memory=1380 CPUtime=1.41 cores=0,2,4,6
/proc/9934/task/9944/stat : 9944 (java) S 9932 9932 11586 0 -1 1077944384 11654 0 0 0 140 1 0 0 20 0 15 0 69341781 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417210742896 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9945] ppid=9932 vsize=13980732 memory=1380 CPUtime=1.47 cores=0,2,4,6
/proc/9934/task/9945/stat : 9945 (java) S 9932 9932 11586 0 -1 1077944384 10292 0 0 0 146 1 0 0 20 0 15 0 69341781 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417209690096 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9946] ppid=9932 vsize=13980732 memory=184344 CPUtime=0.52 cores=0,2,4,6
/proc/9934/task/9946/stat : 9946 (java) S 9932 9932 11586 0 -1 1077944384 7140 0 0 0 51 1 0 0 20 0 15 0 69341781 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417208637808 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9947] ppid=9932 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9934/task/9947/stat : 9947 (java) S 9932 9932 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69341781 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417207585248 140417737004757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
[pid=9934/tid=9948] ppid=9932 vsize=13980732 memory=184344 CPUtime=0.75 cores=0,2,4,6
/proc/9934/task/9948/stat : 9948 (java) S 9932 9932 11586 0 -1 1077944384 944 0 0 0 37 38 0 0 20 0 15 0 69341785 14316269568 46086 18446744073709551615 4194304 4196468 140733859026224 140417206533040 140417737005698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10031104 140733859033521 140733859033697 140733859033697 140733859037135 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 185724 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2514.31
CPU time (s): 2520.04
CPU user time (s): 2519.45
CPU system time (s): 0.587098
CPU usage (%): 100.228
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 209676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.45
system time used= 0.587098
maximum resident set size= 214440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73699
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70761
involuntary context switches= 3136


# summary of solver processes directly reported to runsolver:
#   pid: 9932
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2519.45
#   total CPU system time (s): 0.587098

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1045 second user time and 21.6191 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-15 16:59:15
IDJOB=4269031
IDBENCH=133708
IDSOLVER=2660
FILE ID=node124/4269031-1502810011
RUNJOBID= node124-1502673801-14689
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r4.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269031-1502810011/watcher-4269031-1502810011 -o /tmp/evaluation-result-4269031-1502810011/solver-4269031-1502810011 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 424630912 HOME/instance-4269031-1502810011.xml

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

MD5SUM BENCH= f67f1c0e82ebca3fffd47008cd4871f3
RANDOM SEED=424630912

node124.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.51
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.51
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.51
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.51
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:        31347992 kB
MemAvailable:   31777980 kB
Buffers:          243080 kB
Cached:           473924 kB
SwapCached:            0 kB
Active:           679752 kB
Inactive:         295232 kB
Active(anon):     209552 kB
Inactive(anon):    81948 kB
Active(file):     470200 kB
Inactive(file):   213284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7900 kB
Writeback:             0 kB
AnonPages:        265628 kB
Mapped:            59976 kB
Shmem:             33512 kB
Slab:             151508 kB
SReclaimable:     124680 kB
SUnreclaim:        26828 kB
KernelStack:        3712 kB
PageTables:         6116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1392068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-15 17:41:09