Trace number 4269461

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.5 seq (2017-08-09)? (TO) 2520.0601 2501.3101

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-06-09-fair.xml
MD5SUM4da452dd6a7f9c00a5696d6c71e9e662
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 variables14103
Number of constraints13337
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1937},{"size":201,"count":70},{"size":20001,"count":12096}]
Minimum variable degree2
Maximum variable degree115
Distribution of variable degrees[{"degree":2,"count":12425},{"degree":3,"count":324},{"degree":4,"count":27},{"degree":5,"count":144},{"degree":6,"count":83},{"degree":7,"count":295},{"degree":8,"count":455},{"degree":9,"count":234},{"degree":10,"count":14},{"degree":13,"count":54},{"degree":14,"count":1},{"degree":20,"count":10},{"degree":32,"count":10},{"degree":34,"count":7},{"degree":40,"count":1},{"degree":45,"count":9},{"degree":70,"count":2},{"degree":71,"count":7},{"degree":115,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2237},{"arity":3,"count":11098}]
Number of extensional constraints0
Number of intensional constraints13337
Distribution of constraint types[{"type":"intension","count":13337}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269461-1502850809.xml"  -tl '2520s' -p 1 -x 0
0.09/0.28	c [HOME/instance-4269461-1502850809.xml, -tl, 2520s, -p, 1, -x, 0]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
5.40/1.90	c solve instance...
2520.03/2501.30	s UNKNOWN
2520.03/2501.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 (15401 MiB free)
  memory of node 1: 16384 MiB (15357 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269461-1502850809/watcher-4269461-1502850809 -o /tmp/evaluation-result-4269461-1502850809/solver-4269461-1502850809 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 779364380 HOME/instance-4269461-1502850809.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=28676, runsolver pid=28673

[startup+0.103711 s]*
/proc/loadavg: 2.04 2.04 2.16 3/207 28683
/proc/meminfo: memFree=31490776/32770624 swapFree=67108764/67108860
[pid=28676] ppid=28673 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28676/stat : 28676 (xcsp3-exec) S 28673 28676 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 132587451 9740288 345 18446744073709551615 4194304 5098028 140732465849120 140732465847224 139836804821628 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 24977408 140732465856889 140732465857093 140732465857093 140732465860587 0
/proc/28676/statm: 2378 345 289 221 0 87 0
[pid=28678] ppid=28676 vsize=13574484 memory=18084 CPUtime=0.02 cores=0,2,4,6
/proc/28678/stat : 28678 (java) S 28676 28676 4674 0 -1 1077944320 3839 0 0 0 2 0 0 0 20 0 9 0 132587459 13900271616 4521 18446744073709551615 4194304 4196468 140721531611008 140721531593552 140621020905207 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
/proc/28678/statm: 3393621 4521 2065 1 0 3383118 0
[pid=28678/tid=28679] ppid=28676 vsize=13574484 memory=-8713483618642983523 CPUtime=0.01 cores=0,2,4,6
/proc/28678/task/28679/stat : 28679 (java) R 28676 28676 4674 0 -1 4202560 2545 0 0 0 1 0 0 0 20 0 9 0 132587459 13900271616 4521 18446744073709551615 4194304 4196468 140721531611008 140621025146000 140621020927133 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28680] ppid=28676 vsize=13574484 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28680/stat : 28680 (java) S 28676 28676 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 132587460 13900271616 4521 18446744073709551615 4194304 4196468 140721531611008 140620988463504 140621020915413 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28681] ppid=28676 vsize=13574484 memory=140371747354240 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28681/stat : 28681 (java) S 28676 28676 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 132587460 13900271616 4521 18446744073709551615 4194304 4196468 140721531611008 140620620450064 140621020915413 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28682] ppid=28676 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28682/stat : 28682 (java) S 28676 28676 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 132587460 13900271616 4521 18446744073709551615 4194304 4196468 140721531611008 140620619397776 140621020915413 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28683] ppid=28676 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28683/stat : 28683 (java) S 28676 28676 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 132587460 13900271616 4521 18446744073709551615 4194304 4196468 140721531611008 140620618344976 140621020915413 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28684] ppid=28676 vsize=13574484 memory=140371747354240 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28684/stat : 28684 (java) S 28676 28676 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 132587461 13900271616 4521 18446744073709551615 4194304 4196468 140721531611008 140620139018864 140621020916354 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28685] ppid=28676 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28685/stat : 28685 (java) S 28676 28676 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 132587462 13900271616 4521 18446744073709551615 4194304 4196468 140721531611008 140620137964832 140621020915413 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28686] ppid=28676 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28686/stat : 28686 (java) S 28676 28676 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 132587462 13900271616 4521 18446744073709551615 4194304 4196468 140721531611008 140620136912560 140621020915413 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19464 KiB

[startup+0.218717 s]*
/proc/loadavg: 2.04 2.04 2.16 4/216 28692
/proc/meminfo: memFree=31481616/32770624 swapFree=67108764/67108860
[pid=28676] ppid=28673 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28676/stat : 28676 (xcsp3-exec) S 28673 28676 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 132587451 9740288 345 18446744073709551615 4194304 5098028 140732465849120 140732465847224 139836804821628 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 24977408 140732465856889 140732465857093 140732465857093 140732465860587 0
/proc/28676/statm: 2378 345 289 221 0 87 0
[pid=28678] ppid=28676 vsize=13974352 memory=26896 CPUtime=0.09 cores=0,2,4,6
/proc/28678/stat : 28678 (java) S 28676 28676 4674 0 -1 1077944320 5129 0 0 0 8 1 0 0 20 0 15 0 132587459 14309736448 6724 18446744073709551615 4194304 4196468 140721531611008 140721531593552 140621020905207 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
/proc/28678/statm: 3493588 6724 2746 1 0 3482964 0
[pid=28678/tid=28679] ppid=28676 vsize=13974352 memory=7311146985107750967 CPUtime=0.07 cores=0,2,4,6
/proc/28678/task/28679/stat : 28679 (java) R 28676 28676 4674 0 -1 4202560 3273 0 0 0 6 1 0 0 20 0 15 0 132587459 14309736448 6724 18446744073709551615 4194304 4196468 140721531611008 140621025129296 140621020927133 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28680] ppid=28676 vsize=13974352 memory=12630 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28680/stat : 28680 (java) S 28676 28676 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132587460 14309736448 6724 18446744073709551615 4194304 4196468 140721531611008 140620988463504 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28681] ppid=28676 vsize=13974352 memory=140371747380483 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28681/stat : 28681 (java) S 28676 28676 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132587460 14309736448 6724 18446744073709551615 4194304 4196468 140721531611008 140620620450064 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28682] ppid=28676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28682/stat : 28682 (java) S 28676 28676 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132587460 14309736448 6724 18446744073709551615 4194304 4196468 140721531611008 140620619397776 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28683] ppid=28676 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28683/stat : 28683 (java) S 28676 28676 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132587460 14309736448 6724 18446744073709551615 4194304 4196468 140721531611008 140620618344976 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28684] ppid=28676 vsize=13974352 memory=140371747354240 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28684/stat : 28684 (java) S 28676 28676 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132587461 14309736448 6724 18446744073709551615 4194304 4196468 140721531611008 140620139018864 140621020916354 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28685] ppid=28676 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28685/stat : 28685 (java) S 28676 28676 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 132587462 14309736448 6724 18446744073709551615 4194304 4196468 140721531611008 140620137964832 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28686] ppid=28676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28686/stat : 28686 (java) S 28676 28676 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 132587462 14309736448 6724 18446744073709551615 4194304 4196468 140721531611008 140620136912496 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28687] ppid=28676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28687/stat : 28687 (java) S 28676 28676 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132587464 14309736448 6724 18446744073709551615 4194304 4196468 140721531611008 140620135860816 140621020923803 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28688] ppid=28676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28688/stat : 28688 (java) R 28676 28676 4674 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 132587464 14309736448 6724 18446744073709551615 4194304 4196468 140721531611008 140620134807664 140621020916354 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28689] ppid=28676 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28689/stat : 28689 (java) S 28676 28676 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132587464 14309736448 6724 18446744073709551615 4194304 4196468 140721531611008 140620133754864 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28690] ppid=28676 vsize=13974352 memory=140371747354240 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28690/stat : 28690 (java) R 28676 28676 4674 0 -1 1077944384 255 0 0 0 0 0 0 0 20 0 15 0 132587465 14309736448 6724 18446744073709551615 4194304 4196468 140721531611008 140620132702576 140621020916354 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28691] ppid=28676 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28691/stat : 28691 (java) S 28676 28676 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132587465 14309736448 6724 18446744073709551615 4194304 4196468 140721531611008 140620131650016 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28692] ppid=28676 vsize=13974352 memory=140371747354240 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28692/stat : 28692 (java) S 28676 28676 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132587470 14309736448 6724 18446744073709551615 4194304 4196468 140721531611008 140620130597808 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28276 KiB

[startup+0.310341 s]*
/proc/loadavg: 2.04 2.04 2.16 3/216 28692
/proc/meminfo: memFree=31470132/32770624 swapFree=67108764/67108860
[pid=28676] ppid=28673 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28676/stat : 28676 (xcsp3-exec) S 28673 28676 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 132587451 9740288 345 18446744073709551615 4194304 5098028 140732465849120 140732465847224 139836804821628 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 24977408 140732465856889 140732465857093 140732465857093 140732465860587 0
/proc/28676/statm: 2378 345 289 221 0 87 0
[pid=28678] ppid=28676 vsize=13974352 memory=37304 CPUtime=0.26 cores=0,2,4,6
/proc/28678/stat : 28678 (java) S 28676 28676 4674 0 -1 1077944320 8890 0 0 0 23 3 0 0 20 0 15 0 132587459 14309736448 9326 18446744073709551615 4194304 4196468 140721531611008 140721531593552 140621020905207 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
/proc/28678/statm: 3493588 9326 2976 1 0 3482964 0
[pid=28678/tid=28679] ppid=28676 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/28678/task/28679/stat : 28679 (java) R 28676 28676 4674 0 -1 4202560 6104 0 0 0 14 2 0 0 20 0 15 0 132587459 14309736448 9326 18446744073709551615 4194304 4196468 140721531611008 140621025141536 140621004985694 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28680] ppid=28676 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28680/stat : 28680 (java) S 28676 28676 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132587460 14309736448 9326 18446744073709551615 4194304 4196468 140721531611008 140620988463504 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28681] ppid=28676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28681/stat : 28681 (java) S 28676 28676 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132587460 14309736448 9326 18446744073709551615 4194304 4196468 140721531611008 140620620450064 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28682] ppid=28676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28682/stat : 28682 (java) S 28676 28676 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132587460 14309736448 9326 18446744073709551615 4194304 4196468 140721531611008 140620619397776 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28683] ppid=28676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28683/stat : 28683 (java) S 28676 28676 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132587460 14309736448 9326 18446744073709551615 4194304 4196468 140721531611008 140620618344976 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28684] ppid=28676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28684/stat : 28684 (java) S 28676 28676 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132587461 14309736448 9326 18446744073709551615 4194304 4196468 140721531611008 140620139018864 140621020916354 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28685] ppid=28676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28685/stat : 28685 (java) S 28676 28676 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 132587462 14309736448 9326 18446744073709551615 4194304 4196468 140721531611008 140620137964832 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28686] ppid=28676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28686/stat : 28686 (java) S 28676 28676 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 132587462 14309736448 9326 18446744073709551615 4194304 4196468 140721531611008 140620136912496 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28687] ppid=28676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28687/stat : 28687 (java) S 28676 28676 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132587464 14309736448 9326 18446744073709551615 4194304 4196468 140721531611008 140620135860816 140621020923803 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28688] ppid=28676 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28678/task/28688/stat : 28688 (java) S 28676 28676 4674 0 -1 1077944384 421 0 0 0 1 0 0 0 20 0 15 0 132587464 14309736448 9326 18446744073709551615 4194304 4196468 140721531611008 140620134807664 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28689] ppid=28676 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28678/task/28689/stat : 28689 (java) R 28676 28676 4674 0 -1 4202560 315 0 0 0 1 0 0 0 20 0 15 0 132587464 14309736448 9326 18446744073709551615 4194304 4196468 140721531611008 140620133754864 140621004811216 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28690] ppid=28676 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/28678/task/28690/stat : 28690 (java) S 28676 28676 4674 0 -1 1077944384 746 0 0 0 5 0 0 0 20 0 15 0 132587465 14309736448 9326 18446744073709551615 4194304 4196468 140721531611008 140620132702576 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28691] ppid=28676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28691/stat : 28691 (java) S 28676 28676 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132587465 14309736448 9326 18446744073709551615 4194304 4196468 140721531611008 140620131650016 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28692] ppid=28676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28692/stat : 28692 (java) S 28676 28676 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132587470 14309736448 9326 18446744073709551615 4194304 4196468 140721531611008 140620130597808 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38684 KiB

[startup+0.701744 s]
/proc/loadavg: 2.04 2.04 2.16 5/216 28693
/proc/meminfo: memFree=31453456/32770624 swapFree=67108764/67108860
[pid=28676] ppid=28673 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28676/stat : 28676 (xcsp3-exec) S 28673 28676 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 132587451 9740288 345 18446744073709551615 4194304 5098028 140732465849120 140732465847224 139836804821628 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 24977408 140732465856889 140732465857093 140732465857093 140732465860587 0
/proc/28676/statm: 2378 345 289 221 0 87 0
[pid=28678] ppid=28676 vsize=13978684 memory=81928 CPUtime=1.31 cores=0,2,4,6
/proc/28678/stat : 28678 (java) S 28676 28676 4674 0 -1 1077944320 13150 0 0 0 127 4 0 0 20 0 15 0 132587459 14314172416 20482 18446744073709551615 4194304 4196468 140721531611008 140721531593552 140621020905207 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
/proc/28678/statm: 3494671 20482 3159 1 0 3482964 0
[pid=28678/tid=28679] ppid=28676 vsize=13978684 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/28678/task/28679/stat : 28679 (java) R 28676 28676 4674 0 -1 4202560 7895 0 0 0 51 3 0 0 20 0 15 0 132587459 14314172416 20482 18446744073709551615 4194304 4196468 140721531611008 140621025140984 140620664610921 0 4 1 16800974 0 0 0 -1 6 0 0 5 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28680] ppid=28676 vsize=13978684 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28680/stat : 28680 (java) S 28676 28676 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132587460 14314172416 20482 18446744073709551615 4194304 4196468 140721531611008 140620988463504 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28681] ppid=28676 vsize=13978684 memory=5712 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28681/stat : 28681 (java) S 28676 28676 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132587460 14314172416 20482 18446744073709551615 4194304 4196468 140721531611008 140620620450064 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28682] ppid=28676 vsize=13978684 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28682/stat : 28682 (java) S 28676 28676 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132587460 14314172416 20482 18446744073709551615 4194304 4196468 140721531611008 140620619397776 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28683] ppid=28676 vsize=13978684 memory=984 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28683/stat : 28683 (java) S 28676 28676 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132587460 14314172416 20486 18446744073709551615 4194304 4196468 140721531611008 140620618344976 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28684] ppid=28676 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28684/stat : 28684 (java) S 28676 28676 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 132587461 14314172416 20486 18446744073709551615 4194304 4196468 140721531611008 140620139018864 140621020916354 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28685] ppid=28676 vsize=13978684 memory=1 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28685/stat : 28685 (java) S 28676 28676 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 132587462 14314172416 20486 18446744073709551615 4194304 4196468 140721531611008 140620137964832 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28686] ppid=28676 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28686/stat : 28686 (java) S 28676 28676 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 132587462 14314172416 20486 18446744073709551615 4194304 4196468 140721531611008 140620136912496 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28687] ppid=28676 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28687/stat : 28687 (java) S 28676 28676 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132587464 14314172416 20486 18446744073709551615 4194304 4196468 140721531611008 140620135860816 140621020923803 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28688] ppid=28676 vsize=13978684 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/28678/task/28688/stat : 28688 (java) R 28676 28676 4674 0 -1 4202560 1332 0 0 0 23 0 0 0 20 0 15 0 132587464 14314172416 20486 18446744073709551615 4194304 4196468 140721531611008 140620134794176 140621002315357 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28689] ppid=28676 vsize=13978684 memory=30 CPUtime=0.24 cores=0,2,4,6
/proc/28678/task/28689/stat : 28689 (java) R 28676 28676 4674 0 -1 4202560 1121 0 0 0 24 0 0 0 20 0 15 0 132587464 14314172416 20486 18446744073709551615 4194304 4196468 140721531611008 140620133745248 140621000732642 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28690] ppid=28676 vsize=13978684 memory=229 CPUtime=0.27 cores=0,2,4,6
/proc/28678/task/28690/stat : 28690 (java) S 28676 28676 4674 0 -1 1077944384 1496 0 0 0 27 0 0 0 20 0 15 0 132587465 14314172416 20486 18446744073709551615 4194304 4196468 140721531611008 140620132702576 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28691] ppid=28676 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28691/stat : 28691 (java) S 28676 28676 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132587465 14314172416 20486 18446744073709551615 4194304 4196468 140721531611008 140620131650016 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28692] ppid=28676 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28692/stat : 28692 (java) S 28676 28676 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132587470 14314172416 20486 18446744073709551615 4194304 4196468 140721531611008 140620130597808 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 83308 KiB

[startup+1.50175 s]
/proc/loadavg: 2.19 2.07 2.17 5/216 28693
/proc/meminfo: memFree=31336792/32770624 swapFree=67108764/67108860
[pid=28676] ppid=28673 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28676/stat : 28676 (xcsp3-exec) S 28673 28676 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 132587451 9740288 345 18446744073709551615 4194304 5098028 140732465849120 140732465847224 139836804821628 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 24977408 140732465856889 140732465857093 140732465857093 140732465860587 0
/proc/28676/statm: 2378 345 289 221 0 87 0
[pid=28678] ppid=28676 vsize=13980732 memory=363776 CPUtime=4.05 cores=0,2,4,6
/proc/28678/stat : 28678 (java) S 28676 28676 4674 0 -1 1077944320 16512 0 0 0 378 27 0 0 20 0 15 0 132587459 14316269568 90944 18446744073709551615 4194304 4196468 140721531611008 140721531593552 140621020905207 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
/proc/28678/statm: 3495183 90944 3210 1 0 3483476 0
[pid=28678/tid=28679] ppid=28676 vsize=13980732 memory=0 CPUtime=1.13 cores=0,2,4,6
/proc/28678/task/28679/stat : 28679 (java) R 28676 28676 4674 0 -1 4202560 8742 0 0 0 109 4 0 0 20 0 15 0 132587459 14316269568 90944 18446744073709551615 4194304 4196468 140721531611008 140621025141088 140620662229684 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28680] ppid=28676 vsize=13980732 memory=280743221896384 CPUtime=0.18 cores=0,2,4,6
/proc/28678/task/28680/stat : 28680 (java) S 28676 28676 4674 0 -1 1077944384 154 0 0 0 13 5 0 0 20 0 15 0 132587460 14316269568 90944 18446744073709551615 4194304 4196468 140721531611008 140620988463504 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28681] ppid=28676 vsize=13980732 memory=6944656575208382560 CPUtime=0.18 cores=0,2,4,6
/proc/28678/task/28681/stat : 28681 (java) S 28676 28676 4674 0 -1 1077944384 126 0 0 0 13 5 0 0 20 0 15 0 132587460 14316269568 90944 18446744073709551615 4194304 4196468 140721531611008 140620620450064 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28682] ppid=28676 vsize=13980732 memory=7681905605394137914 CPUtime=0.14 cores=0,2,4,6
/proc/28678/task/28682/stat : 28682 (java) S 28676 28676 4674 0 -1 1077944384 122 0 0 0 10 4 0 0 20 0 15 0 132587460 14316269568 90944 18446744073709551615 4194304 4196468 140721531611008 140620619397776 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28683] ppid=28676 vsize=13980732 memory=4138356658378995242 CPUtime=0.15 cores=0,2,4,6

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

/proc/28678/task/28686/stat : 28686 (java) S 28676 28676 4674 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 15 0 132587462 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620136912512 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28687] ppid=28676 vsize=13980732 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28687/stat : 28687 (java) S 28676 28676 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132587464 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620135860816 140621020923803 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28688] ppid=28676 vsize=13980732 memory=2012 CPUtime=4.33 cores=0,2,4,6
/proc/28678/task/28688/stat : 28688 (java) S 28676 28676 4674 0 -1 1077944384 27552 0 0 0 430 3 0 0 20 0 15 0 132587464 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620134807664 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28689] ppid=28676 vsize=13980732 memory=1325680 CPUtime=4.76 cores=0,2,4,6
/proc/28678/task/28689/stat : 28689 (java) S 28676 28676 4674 0 -1 1077944384 29252 0 0 0 473 3 0 0 20 0 15 0 132587464 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620133754864 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28690] ppid=28676 vsize=13980732 memory=2320 CPUtime=0.96 cores=0,2,4,6
/proc/28678/task/28690/stat : 28690 (java) S 28676 28676 4674 0 -1 1077944384 18386 0 0 0 94 2 0 0 20 0 15 0 132587465 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620132702576 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28691] ppid=28676 vsize=13980732 memory=1325680 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28691/stat : 28691 (java) S 28676 28676 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132587465 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620131650016 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28692] ppid=28676 vsize=13980732 memory=1325680 CPUtime=1.19 cores=0,2,4,6
/proc/28678/task/28692/stat : 28692 (java) S 28676 28676 4674 0 -1 1077944384 2347 0 0 0 54 65 0 0 20 0 15 0 132587470 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620130597808 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
Current children cumulated CPU time: 2400.97 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1327060 KiB

[startup+2442.3 s]
/proc/loadavg: 1.99 2.01 1.95 3/219 28940
/proc/meminfo: memFree=27835792/32770624 swapFree=67108764/67108860
[pid=28676] ppid=28673 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28676/stat : 28676 (xcsp3-exec) S 28673 28676 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 132587451 9740288 345 18446744073709551615 4194304 5098028 140732465849120 140732465847224 139836804821628 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 24977408 140732465856889 140732465857093 140732465857093 140732465860587 0
/proc/28676/statm: 2378 345 289 221 0 87 0
[pid=28678] ppid=28676 vsize=13980732 memory=1325680 CPUtime=2460.99 cores=0,2,4,6
/proc/28678/stat : 28678 (java) S 28676 28676 4674 0 -1 1077944320 142003 0 0 0 245966 133 0 0 20 0 15 0 132587459 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140721531593552 140621020905207 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
/proc/28678/statm: 3495183 331420 3260 1 0 3483476 0
[pid=28678/tid=28679] ppid=28676 vsize=13980732 memory=1380 CPUtime=2438.8 cores=0,2,4,6
/proc/28678/task/28679/stat : 28679 (java) R 28676 28676 4674 0 -1 4202560 50463 0 0 0 243863 17 0 0 20 0 15 0 132587459 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140621025144960 140620664295730 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28680] ppid=28676 vsize=13980732 memory=1325680 CPUtime=2.54 cores=0,2,4,6
/proc/28678/task/28680/stat : 28680 (java) S 28676 28676 4674 0 -1 1077944384 2426 0 0 0 239 15 0 0 20 0 15 0 132587460 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620988463504 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28681] ppid=28676 vsize=13980732 memory=1325680 CPUtime=2.55 cores=0,2,4,6
/proc/28678/task/28681/stat : 28681 (java) S 28676 28676 4674 0 -1 1077944384 1719 0 0 0 241 14 0 0 20 0 15 0 132587460 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620620450064 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28682] ppid=28676 vsize=13980732 memory=1325680 CPUtime=2.53 cores=0,2,4,6
/proc/28678/task/28682/stat : 28682 (java) S 28676 28676 4674 0 -1 1077944384 1338 0 0 0 239 14 0 0 20 0 15 0 132587460 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620619397776 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28683] ppid=28676 vsize=13980732 memory=1325680 CPUtime=2.46 cores=0,2,4,6
/proc/28678/task/28683/stat : 28683 (java) S 28676 28676 4674 0 -1 1077944384 1418 0 0 0 233 13 0 0 20 0 15 0 132587460 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620618344976 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28684] ppid=28676 vsize=13980732 memory=1325680 CPUtime=0.77 cores=0,2,4,6
/proc/28678/task/28684/stat : 28684 (java) S 28676 28676 4674 0 -1 1077944384 5759 0 0 0 75 2 0 0 20 0 15 0 132587461 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620139018864 140621020916354 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28685] ppid=28676 vsize=13980732 memory=1325680 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28685/stat : 28685 (java) S 28676 28676 4674 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 132587462 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620137964896 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28686] ppid=28676 vsize=13980732 memory=1325680 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28686/stat : 28686 (java) S 28676 28676 4674 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 15 0 132587462 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620136912512 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28687] ppid=28676 vsize=13980732 memory=1325680 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28687/stat : 28687 (java) S 28676 28676 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132587464 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620135860816 140621020923803 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28688] ppid=28676 vsize=13980732 memory=1380 CPUtime=4.33 cores=0,2,4,6
/proc/28678/task/28688/stat : 28688 (java) S 28676 28676 4674 0 -1 1077944384 27554 0 0 0 430 3 0 0 20 0 15 0 132587464 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620134807664 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28689] ppid=28676 vsize=13980732 memory=1325680 CPUtime=4.76 cores=0,2,4,6
/proc/28678/task/28689/stat : 28689 (java) S 28676 28676 4674 0 -1 1077944384 29254 0 0 0 473 3 0 0 20 0 15 0 132587464 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620133754864 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28690] ppid=28676 vsize=13980732 memory=1380 CPUtime=0.96 cores=0,2,4,6
/proc/28678/task/28690/stat : 28690 (java) S 28676 28676 4674 0 -1 1077944384 18389 0 0 0 94 2 0 0 20 0 15 0 132587465 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620132702576 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28691] ppid=28676 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28691/stat : 28691 (java) S 28676 28676 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132587465 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620131650016 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28692] ppid=28676 vsize=13980732 memory=1325680 CPUtime=1.21 cores=0,2,4,6
/proc/28678/task/28692/stat : 28692 (java) S 28676 28676 4674 0 -1 1077944384 2364 0 0 0 55 66 0 0 20 0 15 0 132587470 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620130597808 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
Current children cumulated CPU time: 2460.99 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1327060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/220 28967
/proc/meminfo: memFree=27835824/32770624 swapFree=67108764/67108860
[pid=28676] ppid=28673 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28676/stat : 28676 (xcsp3-exec) S 28673 28676 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 132587451 9740288 345 18446744073709551615 4194304 5098028 140732465849120 140732465847224 139836804821628 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 24977408 140732465856889 140732465857093 140732465857093 140732465860587 0
/proc/28676/statm: 2378 345 289 221 0 87 0
[pid=28678] ppid=28676 vsize=13980732 memory=1325680 CPUtime=2520.03 cores=0,2,4,6
/proc/28678/stat : 28678 (java) S 28676 28676 4674 0 -1 1077944320 142807 0 0 0 251868 135 0 0 20 0 15 0 132587459 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140721531593552 140621020905207 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
/proc/28678/statm: 3495183 331420 3260 1 0 3483476 0
[pid=28678/tid=28679] ppid=28676 vsize=13980732 memory=1325680 CPUtime=2497.8 cores=0,2,4,6
/proc/28678/task/28679/stat : 28679 (java) R 28676 28676 4674 0 -1 4202560 51233 0 0 0 249763 17 0 0 20 0 15 0 132587459 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140621025144960 140620664295312 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28680] ppid=28676 vsize=13980732 memory=1325680 CPUtime=2.54 cores=0,2,4,6
/proc/28678/task/28680/stat : 28680 (java) S 28676 28676 4674 0 -1 1077944384 2426 0 0 0 239 15 0 0 20 0 15 0 132587460 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620988463504 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28681] ppid=28676 vsize=13980732 memory=1325680 CPUtime=2.55 cores=0,2,4,6
/proc/28678/task/28681/stat : 28681 (java) S 28676 28676 4674 0 -1 1077944384 1719 0 0 0 241 14 0 0 20 0 15 0 132587460 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620620450064 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28682] ppid=28676 vsize=13980732 memory=1325680 CPUtime=2.53 cores=0,2,4,6
/proc/28678/task/28682/stat : 28682 (java) S 28676 28676 4674 0 -1 1077944384 1338 0 0 0 239 14 0 0 20 0 15 0 132587460 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620619397776 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28683] ppid=28676 vsize=13980732 memory=1325680 CPUtime=2.46 cores=0,2,4,6
/proc/28678/task/28683/stat : 28683 (java) S 28676 28676 4674 0 -1 1077944384 1418 0 0 0 233 13 0 0 20 0 15 0 132587460 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620618344976 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28684] ppid=28676 vsize=13980732 memory=1325680 CPUtime=0.78 cores=0,2,4,6
/proc/28678/task/28684/stat : 28684 (java) S 28676 28676 4674 0 -1 1077944384 5769 0 0 0 75 3 0 0 20 0 15 0 132587461 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620139018864 140621020916354 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28685] ppid=28676 vsize=13980732 memory=1325680 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28685/stat : 28685 (java) S 28676 28676 4674 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 132587462 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620137964896 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28686] ppid=28676 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28686/stat : 28686 (java) S 28676 28676 4674 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 15 0 132587462 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620136912512 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28687] ppid=28676 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28687/stat : 28687 (java) S 28676 28676 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132587464 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620135860816 140621020923803 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28688] ppid=28676 vsize=13980732 memory=1380 CPUtime=4.33 cores=0,2,4,6
/proc/28678/task/28688/stat : 28688 (java) S 28676 28676 4674 0 -1 1077944384 27556 0 0 0 430 3 0 0 20 0 15 0 132587464 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620134807664 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28689] ppid=28676 vsize=13980732 memory=1380 CPUtime=4.76 cores=0,2,4,6
/proc/28678/task/28689/stat : 28689 (java) S 28676 28676 4674 0 -1 1077944384 29256 0 0 0 473 3 0 0 20 0 15 0 132587464 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620133754864 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28690] ppid=28676 vsize=13980732 memory=1380 CPUtime=0.96 cores=0,2,4,6
/proc/28678/task/28690/stat : 28690 (java) S 28676 28676 4674 0 -1 1077944384 18392 0 0 0 94 2 0 0 20 0 15 0 132587465 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620132702576 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28691] ppid=28676 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28691/stat : 28691 (java) S 28676 28676 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132587465 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620131650016 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28692] ppid=28676 vsize=13980732 memory=1325680 CPUtime=1.24 cores=0,2,4,6
/proc/28678/task/28692/stat : 28692 (java) S 28676 28676 4674 0 -1 1077944384 2381 0 0 0 56 68 0 0 20 0 15 0 132587470 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620130597808 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1327060 KiB

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

[startup+2501.31 s]
# the end of solver process 28676 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001808 s, system=0 s

[startup+2501.31 s]
# the end of solver process 28678 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.7 s, system=1.36231 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+2501.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/220 28967
/proc/meminfo: memFree=27835824/32770624 swapFree=67108764/67108860
[pid=28676] ppid=28673 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28676/stat : 28676 (xcsp3-exec) S 28673 28676 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 132587451 9740288 345 18446744073709551615 4194304 5098028 140732465849120 140732465847224 139836804821628 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 24977408 140732465856889 140732465857093 140732465857093 140732465860587 0
/proc/28676/statm: 2378 345 289 221 0 87 0
[pid=28678] ppid=28676 vsize=13980732 memory=1325680 CPUtime=2520.03 cores=0,2,4,6
/proc/28678/stat : 28678 (java) S 28676 28676 4674 0 -1 1077944320 142807 0 0 0 251868 135 0 0 20 0 15 0 132587459 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140721531593552 140621020905207 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
/proc/28678/statm: 3495183 331420 3260 1 0 3483476 0
[pid=28678/tid=28679] ppid=28676 vsize=13980732 memory=1325680 CPUtime=2497.8 cores=0,2,4,6
/proc/28678/task/28679/stat : 28679 (java) R 28676 28676 4674 0 -1 4202560 51233 0 0 0 249763 17 0 0 20 0 15 0 132587459 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140621025144960 140620664295312 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28680] ppid=28676 vsize=13980732 memory=1325680 CPUtime=2.54 cores=0,2,4,6
/proc/28678/task/28680/stat : 28680 (java) S 28676 28676 4674 0 -1 1077944384 2426 0 0 0 239 15 0 0 20 0 15 0 132587460 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620988463504 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28681] ppid=28676 vsize=13980732 memory=1325680 CPUtime=2.55 cores=0,2,4,6
/proc/28678/task/28681/stat : 28681 (java) S 28676 28676 4674 0 -1 1077944384 1719 0 0 0 241 14 0 0 20 0 15 0 132587460 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620620450064 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28682] ppid=28676 vsize=13980732 memory=1325680 CPUtime=2.53 cores=0,2,4,6
/proc/28678/task/28682/stat : 28682 (java) S 28676 28676 4674 0 -1 1077944384 1338 0 0 0 239 14 0 0 20 0 15 0 132587460 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620619397776 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28683] ppid=28676 vsize=13980732 memory=1325680 CPUtime=2.46 cores=0,2,4,6
/proc/28678/task/28683/stat : 28683 (java) S 28676 28676 4674 0 -1 1077944384 1418 0 0 0 233 13 0 0 20 0 15 0 132587460 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620618344976 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28684] ppid=28676 vsize=13980732 memory=1325680 CPUtime=0.78 cores=0,2,4,6
/proc/28678/task/28684/stat : 28684 (java) S 28676 28676 4674 0 -1 1077944384 5769 0 0 0 75 3 0 0 20 0 15 0 132587461 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620139018864 140621020916354 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28685] ppid=28676 vsize=13980732 memory=1325680 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28685/stat : 28685 (java) S 28676 28676 4674 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 132587462 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620137964896 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28686] ppid=28676 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28686/stat : 28686 (java) S 28676 28676 4674 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 15 0 132587462 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620136912512 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28687] ppid=28676 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28687/stat : 28687 (java) S 28676 28676 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132587464 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620135860816 140621020923803 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28688] ppid=28676 vsize=13980732 memory=1380 CPUtime=4.33 cores=0,2,4,6
/proc/28678/task/28688/stat : 28688 (java) S 28676 28676 4674 0 -1 1077944384 27556 0 0 0 430 3 0 0 20 0 15 0 132587464 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620134807664 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28689] ppid=28676 vsize=13980732 memory=1380 CPUtime=4.76 cores=0,2,4,6
/proc/28678/task/28689/stat : 28689 (java) S 28676 28676 4674 0 -1 1077944384 29256 0 0 0 473 3 0 0 20 0 15 0 132587464 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620133754864 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28690] ppid=28676 vsize=13980732 memory=1380 CPUtime=0.96 cores=0,2,4,6
/proc/28678/task/28690/stat : 28690 (java) S 28676 28676 4674 0 -1 1077944384 18392 0 0 0 94 2 0 0 20 0 15 0 132587465 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620132702576 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28691] ppid=28676 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28678/task/28691/stat : 28691 (java) S 28676 28676 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132587465 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620131650016 140621020915413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
[pid=28678/tid=28692] ppid=28676 vsize=13980732 memory=1325680 CPUtime=1.24 cores=0,2,4,6
/proc/28678/task/28692/stat : 28692 (java) S 28676 28676 4674 0 -1 1077944384 2381 0 0 0 56 68 0 0 20 0 15 0 132587470 14316269568 331420 18446744073709551615 4194304 4196468 140721531611008 140620130597808 140621020916354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6316032 140721531617713 140721531617889 140721531617889 140721531621327 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1327060 KiB

Child status: 143
Real time (s): 2501.31
CPU time (s): 2520.06
CPU user time (s): 2518.7
CPU system time (s): 1.36231
CPU usage (%): 100.749
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 1327060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.7
system time used= 1.36231
maximum resident set size= 1326180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143705
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57559
involuntary context switches= 985


# summary of solver processes directly reported to runsolver:
#   pid: 28676,28678
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2518.7
#   total CPU system time (s): 1.36231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4884 second user time and 24.8555 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-16 04:19:36
IDJOB=4269461
IDBENCH=139256
IDSOLVER=2660
FILE ID=node134/4269461-1502850809
RUNJOBID= node134-1502649032-24470
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-06-09-fair.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-4269461-1502850809/watcher-4269461-1502850809 -o /tmp/evaluation-result-4269461-1502850809/solver-4269461-1502850809 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 779364380 HOME/instance-4269461-1502850809.xml

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

MD5SUM BENCH= 4da452dd6a7f9c00a5696d6c71e9e662
RANDOM SEED=779364380

node134.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.43
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.43
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.43
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.43
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:        31497244 kB
MemAvailable:   31821256 kB
Buffers:          290128 kB
Cached:           336780 kB
SwapCached:            4 kB
Active:           558228 kB
Inactive:         266036 kB
Active(anon):     144308 kB
Inactive(anon):   102676 kB
Active(file):     413920 kB
Inactive(file):   163360 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              8128 kB
Writeback:             0 kB
AnonPages:        262596 kB
Mapped:            74484 kB
Shmem:             49756 kB
Slab:             151908 kB
SReclaimable:     125132 kB
SUnreclaim:        26776 kB
KernelStack:        3776 kB
PageTables:         6104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1201904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node134 at 2017-08-16 05:01:17