Trace number 4272613

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 5a (2017-07-26)SAT 62.019901 53.835499

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-02.xml
MD5SUMeda3e143b65a543b5abd93f521b89dfa
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark62.412601
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree9
Maximum variable degree23
Distribution of variable degrees[{"degree":9,"count":1},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":4},{"degree":15,"count":2},{"degree":16,"count":3},{"degree":17,"count":3},{"degree":18,"count":3},{"degree":21,"count":3},{"degree":23,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272613-1502768809.xml"  -tl '2520s' -p 1 -x 3
0.06/0.29	c [HOME/instance-4272613-1502768809.xml, -tl, 2520s, -p, 1, -x, 3]
0.24/0.35	c simple solver
0.42/0.42	c parse instance...
8.12/5.52	c solve instance...
61.95/53.82	s SATISFIABLE
61.95/53.82	v <instantiation>
61.95/53.82	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] </list>
61.95/53.82	v 	<values>2 3 4 0 4 3 3 1 1 2 2 0 4 0 0 2 1 1 2 1 0 4 3 0 2 </values>
61.95/53.82	v </instantiation>

Verifier Data

OK	

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 (13847 MiB free)
  memory of node 1: 16384 MiB (15313 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272613-1502768809/watcher-4272613-1502768809 -o /tmp/evaluation-result-4272613-1502768809/solver-4272613-1502768809 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 808952035 HOME/instance-4272613-1502768809.xml 

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

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


[startup+0.100139 s]*
/proc/loadavg: 1.67 1.64 1.67 3/206 32621
/proc/meminfo: memFree=29850932/32770624 swapFree=67108860/67108860
[pid=32611] ppid=32608 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32611/stat : 32611 (xcsp3-exec) S 32608 32611 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 79101607 9740288 345 18446744073709551615 4194304 5098028 140731893877424 140731893875528 140614088323708 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 19271680 140731893883257 140731893883461 140731893883461 140731893886955 0
/proc/32611/statm: 2378 345 289 221 0 87 0
[pid=32613] ppid=32611 vsize=13574484 memory=18984 CPUtime=0.02 cores=1,3,5,7
/proc/32613/stat : 32613 (java) S 32611 32611 897 0 -1 1077944320 4037 0 0 0 2 0 0 0 20 0 9 0 79101614 13900271616 4746 18446744073709551615 4194304 4196468 140732667256048 140732667238592 140284970712823 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
/proc/32613/statm: 3393621 4746 2103 1 0 3383118 0
[pid=32613/tid=32614] ppid=32611 vsize=13574484 memory=7311146985107750967 CPUtime=0.02 cores=1,3,5,7
/proc/32613/task/32614/stat : 32614 (java) R 32611 32611 897 0 -1 4202560 2740 0 0 0 2 0 0 0 20 0 9 0 79101614 13900271616 4746 18446744073709551615 4194304 4196468 140732667256048 140284974949336 140284970734749 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32615] ppid=32611 vsize=13574484 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32615/stat : 32615 (java) S 32611 32611 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 79101615 13900271616 4746 18446744073709551615 4194304 4196468 140732667256048 140284912658960 140284970723029 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32616] ppid=32611 vsize=13574484 memory=140208002955746 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32616/stat : 32616 (java) S 32611 32611 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 79101615 13900271616 4746 18446744073709551615 4194304 4196468 140732667256048 140284911606416 140284970723029 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32617] ppid=32611 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32617/stat : 32617 (java) S 32611 32611 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 79101615 13900271616 4746 18446744073709551615 4194304 4196468 140732667256048 140284910553360 140284970723029 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32618] ppid=32611 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32618/stat : 32618 (java) S 32611 32611 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 79101615 13900271616 4746 18446744073709551615 4194304 4196468 140732667256048 140284909500816 140284970723029 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32619] ppid=32611 vsize=13574484 memory=140208002926208 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32619/stat : 32619 (java) S 32611 32611 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 79101616 13900271616 4746 18446744073709551615 4194304 4196468 140732667256048 140284516227824 140284970723970 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32620] ppid=32611 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32620/stat : 32620 (java) S 32611 32611 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 79101616 13900271616 4746 18446744073709551615 4194304 4196468 140732667256048 140284515174048 140284970723029 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32621] ppid=32611 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32621/stat : 32621 (java) S 32611 32611 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 79101617 13900271616 4746 18446744073709551615 4194304 4196468 140732667256048 140284514121008 140284970723029 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20364 KiB

[startup+0.212855 s]*
/proc/loadavg: 1.67 1.64 1.67 4/212 32627
/proc/meminfo: memFree=29849256/32770624 swapFree=67108860/67108860
[pid=32611] ppid=32608 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32611/stat : 32611 (xcsp3-exec) S 32608 32611 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 79101607 9740288 345 18446744073709551615 4194304 5098028 140731893877424 140731893875528 140614088323708 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 19271680 140731893883257 140731893883461 140731893883461 140731893886955 0
/proc/32611/statm: 2378 345 289 221 0 87 0
[pid=32613] ppid=32611 vsize=13974352 memory=22460 CPUtime=0.06 cores=1,3,5,7
/proc/32613/stat : 32613 (java) S 32611 32611 897 0 -1 1077944320 5066 0 0 0 6 0 0 0 20 0 15 0 79101614 14309736448 5615 18446744073709551615 4194304 4196468 140732667256048 140732667238592 140284970712823 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
/proc/32613/statm: 3493588 5615 2696 1 0 3482964 0
[pid=32613/tid=32614] ppid=32611 vsize=13974352 memory=7311146985107750967 CPUtime=0.05 cores=1,3,5,7
/proc/32613/task/32614/stat : 32614 (java) R 32611 32611 897 0 -1 4202560 3218 0 0 0 5 0 0 0 20 0 15 0 79101614 14309736448 5615 18446744073709551615 4194304 4196468 140732667256048 140284974938512 140284970734749 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32615] ppid=32611 vsize=13974352 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32615/stat : 32615 (java) S 32611 32611 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79101615 14309736448 5615 18446744073709551615 4194304 4196468 140732667256048 140284912658960 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32616] ppid=32611 vsize=13974352 memory=140208002955746 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32616/stat : 32616 (java) S 32611 32611 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79101615 14309736448 5615 18446744073709551615 4194304 4196468 140732667256048 140284911606416 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32617] ppid=32611 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32617/stat : 32617 (java) S 32611 32611 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79101615 14309736448 5615 18446744073709551615 4194304 4196468 140732667256048 140284910553360 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32618] ppid=32611 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32618/stat : 32618 (java) S 32611 32611 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79101615 14309736448 5615 18446744073709551615 4194304 4196468 140732667256048 140284909500816 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32619] ppid=32611 vsize=13974352 memory=140208002926208 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32619/stat : 32619 (java) S 32611 32611 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79101616 14309736448 5615 18446744073709551615 4194304 4196468 140732667256048 140284516227824 140284970723970 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32620] ppid=32611 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32620/stat : 32620 (java) S 32611 32611 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79101616 14309736448 5615 18446744073709551615 4194304 4196468 140732667256048 140284515174048 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32621] ppid=32611 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32621/stat : 32621 (java) S 32611 32611 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79101617 14309736448 5615 18446744073709551615 4194304 4196468 140732667256048 140284514120944 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32622] ppid=32611 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32622/stat : 32622 (java) S 32611 32611 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79101619 14309736448 5615 18446744073709551615 4194304 4196468 140732667256048 140284513069520 140284970731419 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32623] ppid=32611 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32623/stat : 32623 (java) S 32611 32611 897 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 79101619 14309736448 5615 18446744073709551615 4194304 4196468 140732667256048 140284512016624 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32624] ppid=32611 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32624/stat : 32624 (java) S 32611 32611 897 0 -1 1077944384 285 0 0 0 0 0 0 0 20 0 15 0 79101619 14309736448 5615 18446744073709551615 4194304 4196468 140732667256048 140284510964080 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32625] ppid=32611 vsize=13974352 memory=140208002926208 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32625/stat : 32625 (java) S 32611 32611 897 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 15 0 79101619 14309736448 5615 18446744073709551615 4194304 4196468 140732667256048 140284509911024 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32626] ppid=32611 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32626/stat : 32626 (java) S 32611 32611 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79101619 14309736448 5615 18446744073709551615 4194304 4196468 140732667256048 140284508858720 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32627] ppid=32611 vsize=13974352 memory=140208002926208 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32627/stat : 32627 (java) S 32611 32611 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79101628 14309736448 5615 18446744073709551615 4194304 4196468 140732667256048 140284507806768 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 23840 KiB

[startup+0.310102 s]*
/proc/loadavg: 1.67 1.64 1.67 4/212 32627
/proc/meminfo: memFree=29835792/32770624 swapFree=67108860/67108860
[pid=32611] ppid=32608 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32611/stat : 32611 (xcsp3-exec) S 32608 32611 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 79101607 9740288 345 18446744073709551615 4194304 5098028 140731893877424 140731893875528 140614088323708 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 19271680 140731893883257 140731893883461 140731893883461 140731893886955 0
/proc/32611/statm: 2378 345 289 221 0 87 0
[pid=32613] ppid=32611 vsize=13974352 memory=36032 CPUtime=0.24 cores=1,3,5,7
/proc/32613/stat : 32613 (java) S 32611 32611 897 0 -1 1077944320 8687 0 0 0 22 2 0 0 20 0 15 0 79101614 14309736448 9008 18446744073709551615 4194304 4196468 140732667256048 140732667238592 140284970712823 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
/proc/32613/statm: 3493588 9008 2961 1 0 3482964 0
[pid=32613/tid=32614] ppid=32611 vsize=13974352 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/32613/task/32614/stat : 32614 (java) R 32611 32611 897 0 -1 4202560 5972 0 0 0 13 2 0 0 20 0 15 0 79101614 14309736448 9008 18446744073709551615 4194304 4196468 140732667256048 140284974935200 140284962963413 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32615] ppid=32611 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32615/stat : 32615 (java) S 32611 32611 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79101615 14309736448 9008 18446744073709551615 4194304 4196468 140732667256048 140284912658960 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32616] ppid=32611 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32616/stat : 32616 (java) S 32611 32611 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79101615 14309736448 9008 18446744073709551615 4194304 4196468 140732667256048 140284911606416 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32617] ppid=32611 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32617/stat : 32617 (java) S 32611 32611 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79101615 14309736448 9008 18446744073709551615 4194304 4196468 140732667256048 140284910553360 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32618] ppid=32611 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32618/stat : 32618 (java) S 32611 32611 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79101615 14309736448 9008 18446744073709551615 4194304 4196468 140732667256048 140284909500816 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32619] ppid=32611 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32619/stat : 32619 (java) S 32611 32611 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79101616 14309736448 9008 18446744073709551615 4194304 4196468 140732667256048 140284516227824 140284970723970 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32620] ppid=32611 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32620/stat : 32620 (java) S 32611 32611 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79101616 14309736448 9008 18446744073709551615 4194304 4196468 140732667256048 140284515174048 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32621] ppid=32611 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32621/stat : 32621 (java) S 32611 32611 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79101617 14309736448 9008 18446744073709551615 4194304 4196468 140732667256048 140284514120944 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32622] ppid=32611 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32622/stat : 32622 (java) S 32611 32611 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79101619 14309736448 9008 18446744073709551615 4194304 4196468 140732667256048 140284513069520 140284970731419 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32623] ppid=32611 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32613/task/32623/stat : 32623 (java) S 32611 32611 897 0 -1 1077944384 306 0 0 0 1 0 0 0 20 0 15 0 79101619 14309736448 9073 18446744073709551615 4194304 4196468 140732667256048 140284512016624 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32624] ppid=32611 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32613/task/32624/stat : 32624 (java) S 32611 32611 897 0 -1 1077944384 387 0 0 0 1 0 0 0 20 0 15 0 79101619 14309736448 9073 18446744073709551615 4194304 4196468 140732667256048 140284510964080 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32625] ppid=32611 vsize=13974352 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/32613/task/32625/stat : 32625 (java) S 32611 32611 897 0 -1 1077944384 717 0 0 0 5 0 0 0 20 0 15 0 79101619 14309736448 9075 18446744073709551615 4194304 4196468 140732667256048 140284509911024 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32626] ppid=32611 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32626/stat : 32626 (java) S 32611 32611 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79101619 14309736448 9075 18446744073709551615 4194304 4196468 140732667256048 140284508858720 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32627] ppid=32611 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32627/stat : 32627 (java) S 32611 32611 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79101628 14309736448 9075 18446744073709551615 4194304 4196468 140732667256048 140284507806768 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 37412 KiB

[startup+0.704361 s]
/proc/loadavg: 1.67 1.64 1.67 6/212 32627
/proc/meminfo: memFree=29817500/32770624 swapFree=67108860/67108860
[pid=32611] ppid=32608 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32611/stat : 32611 (xcsp3-exec) S 32608 32611 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 79101607 9740288 345 18446744073709551615 4194304 5098028 140731893877424 140731893875528 140614088323708 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 19271680 140731893883257 140731893883461 140731893883461 140731893886955 0
/proc/32611/statm: 2378 345 289 221 0 87 0
[pid=32613] ppid=32611 vsize=13978684 memory=140644 CPUtime=1.05 cores=1,3,5,7
/proc/32613/stat : 32613 (java) S 32611 32611 897 0 -1 1077944320 11945 0 0 0 99 6 0 0 20 0 15 0 79101614 14314172416 35161 18446744073709551615 4194304 4196468 140732667256048 140732667238592 140284970712823 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
/proc/32613/statm: 3494671 35161 3161 1 0 3482964 0
[pid=32613/tid=32614] ppid=32611 vsize=13978684 memory=7666631141572832339 CPUtime=0.54 cores=1,3,5,7
/proc/32613/task/32614/stat : 32614 (java) R 32611 32611 897 0 -1 4202560 7801 0 0 0 49 5 0 0 20 0 15 0 79101614 14314172416 35161 18446744073709551615 4194304 4196468 140732667256048 140284974947264 140284590227363 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32615] ppid=32611 vsize=13978684 memory=33 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32615/stat : 32615 (java) S 32611 32611 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79101615 14314172416 35161 18446744073709551615 4194304 4196468 140732667256048 140284912658960 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32616] ppid=32611 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32616/stat : 32616 (java) S 32611 32611 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79101615 14314172416 35161 18446744073709551615 4194304 4196468 140732667256048 140284911606416 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32617] ppid=32611 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32617/stat : 32617 (java) S 32611 32611 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79101615 14314172416 35161 18446744073709551615 4194304 4196468 140732667256048 140284910553360 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32618] ppid=32611 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32618/stat : 32618 (java) S 32611 32611 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79101615 14314172416 35161 18446744073709551615 4194304 4196468 140732667256048 140284909500816 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32619] ppid=32611 vsize=13978684 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32619/stat : 32619 (java) S 32611 32611 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79101616 14314172416 35161 18446744073709551615 4194304 4196468 140732667256048 140284516227824 140284970723970 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32620] ppid=32611 vsize=13978684 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32620/stat : 32620 (java) S 32611 32611 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79101616 14314172416 35161 18446744073709551615 4194304 4196468 140732667256048 140284515174048 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32621] ppid=32611 vsize=13978684 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32621/stat : 32621 (java) S 32611 32611 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79101617 14314172416 35161 18446744073709551615 4194304 4196468 140732667256048 140284514120944 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32622] ppid=32611 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32622/stat : 32622 (java) S 32611 32611 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79101619 14314172416 35161 18446744073709551615 4194304 4196468 140732667256048 140284513069520 140284970731419 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32623] ppid=32611 vsize=13978684 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/32613/task/32623/stat : 32623 (java) R 32611 32611 897 0 -1 4202560 880 0 0 0 14 0 0 0 20 0 15 0 79101619 14314172416 35161 18446744073709551615 4194304 4196468 140732667256048 140284512002648 140284956393521 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32624] ppid=32611 vsize=13978684 memory=2529 CPUtime=0.13 cores=1,3,5,7
/proc/32613/task/32624/stat : 32624 (java) R 32611 32611 897 0 -1 4202560 730 0 0 0 13 0 0 0 20 0 15 0 79101619 14314172416 35161 18446744073709551615 4194304 4196468 140732667256048 140284510963216 140284954123837 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32625] ppid=32611 vsize=13978684 memory=2000 CPUtime=0.22 cores=1,3,5,7
/proc/32613/task/32625/stat : 32625 (java) S 32611 32611 897 0 -1 1077944384 1229 0 0 0 22 0 0 0 20 0 15 0 79101619 14314172416 35161 18446744073709551615 4194304 4196468 140732667256048 140284509911024 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32626] ppid=32611 vsize=13978684 memory=11000 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32626/stat : 32626 (java) S 32611 32611 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79101619 14314172416 35161 18446744073709551615 4194304 4196468 140732667256048 140284508858720 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32627] ppid=32611 vsize=13978684 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32627/stat : 32627 (java) S 32611 32611 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79101628 14314172416 35161 18446744073709551615 4194304 4196468 140732667256048 140284507806768 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 142024 KiB

[startup+1.5014 s]
/proc/loadavg: 1.67 1.64 1.67 3/212 32627
/proc/meminfo: memFree=29597552/32770624 swapFree=67108860/67108860
[pid=32611] ppid=32608 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32611/stat : 32611 (xcsp3-exec) S 32608 32611 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 79101607 9740288 345 18446744073709551615 4194304 5098028 140731893877424 140731893875528 140614088323708 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 19271680 140731893883257 140731893883461 140731893883461 140731893886955 0
/proc/32611/statm: 2378 345 289 221 0 87 0
[pid=32613] ppid=32611 vsize=13978684 memory=415900 CPUtime=2.76 cores=1,3,5,7
/proc/32613/stat : 32613 (java) S 32611 32611 897 0 -1 1077944320 14092 0 0 0 258 18 0 0 20 0 15 0 79101614 14314172416 103975 18446744073709551615 4194304 4196468 140732667256048 140732667238592 140284970712823 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
/proc/32613/statm: 3494671 103975 3196 1 0 3482964 0
[pid=32613/tid=32614] ppid=32611 vsize=13978684 memory=0 CPUtime=1.26 cores=1,3,5,7
/proc/32613/task/32614/stat : 32614 (java) R 32611 32611 897 0 -1 4202560 7894 0 0 0 119 7 0 0 20 0 15 0 79101614 14314172416 103975 18446744073709551615 4194304 4196468 140732667256048 140284974950472 140284590071553 0 4 1 16800974 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32615] ppid=32611 vsize=13978684 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/32613/task/32615/stat : 32615 (java) S 32611 32611 897 0 -1 1077944384 106 0 0 0 4 2 0 0 20 0 15 0 79101615 14314172416 103975 18446744073709551615 4194304 4196468 140732667256048 140284912658960 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32616] ppid=32611 vsize=13978684 memory=1380 CPUtime=0.05 cores=1,3,5,7
/proc/32613/task/32616/stat : 32616 (java) S 32611 32611 897 0 -1 1077944384 104 0 0 0 4 1 0 0 20 0 15 0 79101615 14314172416 103975 18446744073709551615 4194304 4196468 140732667256048 140284911606416 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32617] ppid=32611 vsize=13978684 memory=248200 CPUtime=0.05 cores=1,3,5,7
/proc/32613/task/32617/stat : 32617 (java) S 32611 32611 897 0 -1 1077944384 86 0 0 0 3 2 0 0 20 0 15 0 79101615 14314172416 103975 18446744073709551615 4194304 4196468 140732667256048 140284910553360 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32618] ppid=32611 vsize=13978684 memory=1200 CPUtime=0.04 cores=1,3,5,7

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

/proc/32611/stat : 32611 (xcsp3-exec) S 32608 32611 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 79101607 9740288 345 18446744073709551615 4194304 5098028 140731893877424 140731893875528 140614088323708 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 19271680 140731893883257 140731893883461 140731893883461 140731893886955 0
/proc/32611/statm: 2378 345 289 221 0 87 0
[pid=32613] ppid=32611 vsize=13980732 memory=1596384 CPUtime=59.35 cores=1,3,5,7
/proc/32613/stat : 32613 (java) S 32611 32611 897 0 -1 1077944320 48376 0 0 0 5854 81 0 0 20 0 15 0 79101614 14316269568 399096 18446744073709551615 4194304 4196468 140732667256048 140732667238592 140284970712823 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
/proc/32613/statm: 3495183 399096 3237 1 0 3483476 0
[pid=32613/tid=32614] ppid=32611 vsize=13980732 memory=1292 CPUtime=50.64 cores=1,3,5,7
/proc/32613/task/32614/stat : 32614 (java) R 32611 32611 897 0 -1 4202560 17548 0 0 0 5044 20 0 0 20 0 15 0 79101614 14316269568 399096 18446744073709551615 4194304 4196468 140732667256048 140284974951672 140284592936043 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32615] ppid=32611 vsize=13980732 memory=321 CPUtime=0.37 cores=1,3,5,7
/proc/32613/task/32615/stat : 32615 (java) S 32611 32611 897 0 -1 1077944384 778 0 0 0 24 13 0 0 20 0 15 0 79101615 14316269568 399096 18446744073709551615 4194304 4196468 140732667256048 140284912658960 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32616] ppid=32611 vsize=13980732 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/32613/task/32616/stat : 32616 (java) S 32611 32611 897 0 -1 1077944384 558 0 0 0 23 13 0 0 20 0 15 0 79101615 14316269568 399096 18446744073709551615 4194304 4196468 140732667256048 140284911606416 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32617] ppid=32611 vsize=13980732 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/32613/task/32617/stat : 32617 (java) S 32611 32611 897 0 -1 1077944384 517 0 0 0 22 14 0 0 20 0 15 0 79101615 14316269568 399096 18446744073709551615 4194304 4196468 140732667256048 140284910553360 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32618] ppid=32611 vsize=13980732 memory=1380 CPUtime=0.35 cores=1,3,5,7
/proc/32613/task/32618/stat : 32618 (java) S 32611 32611 897 0 -1 1077944384 699 0 0 0 21 14 0 0 20 0 15 0 79101615 14316269568 399096 18446744073709551615 4194304 4196468 140732667256048 140284909500816 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32619] ppid=32611 vsize=13980732 memory=1547232 CPUtime=0.01 cores=1,3,5,7
/proc/32613/task/32619/stat : 32619 (java) S 32611 32611 897 0 -1 1077944384 1487 0 0 0 1 0 0 0 20 0 15 0 79101616 14316269568 399096 18446744073709551615 4194304 4196468 140732667256048 140284516227824 140284970723970 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32620] ppid=32611 vsize=13980732 memory=43600 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32620/stat : 32620 (java) S 32611 32611 897 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 79101616 14316269568 399096 18446744073709551615 4194304 4196468 140732667256048 140284515174112 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32621] ppid=32611 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32621/stat : 32621 (java) S 32611 32611 897 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 79101617 14316269568 399096 18446744073709551615 4194304 4196468 140732667256048 140284514120960 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32622] ppid=32611 vsize=13980732 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32622/stat : 32622 (java) S 32611 32611 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79101619 14316269568 399096 18446744073709551615 4194304 4196468 140732667256048 140284513069520 140284970731419 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32623] ppid=32611 vsize=13980732 memory=1712 CPUtime=3.4 cores=1,3,5,7
/proc/32613/task/32623/stat : 32623 (java) S 32611 32611 897 0 -1 1077944384 11065 0 0 0 339 1 0 0 20 0 15 0 79101619 14316269568 399096 18446744073709551615 4194304 4196468 140732667256048 140284512016624 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32624] ppid=32611 vsize=13980732 memory=4616 CPUtime=3.09 cores=1,3,5,7
/proc/32613/task/32624/stat : 32624 (java) S 32611 32611 897 0 -1 1077944384 7648 0 0 0 308 1 0 0 20 0 15 0 79101619 14316269568 399096 18446744073709551615 4194304 4196468 140732667256048 140284510964080 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32625] ppid=32611 vsize=13980732 memory=-8774313645642428999 CPUtime=0.67 cores=1,3,5,7
/proc/32613/task/32625/stat : 32625 (java) S 32611 32611 897 0 -1 1077944384 5756 0 0 0 66 1 0 0 20 0 15 0 79101619 14316269568 399096 18446744073709551615 4194304 4196468 140732667256048 140284509911024 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32626] ppid=32611 vsize=13980732 memory=-6203194087839981952 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32626/stat : 32626 (java) S 32611 32611 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79101619 14316269568 399096 18446744073709551615 4194304 4196468 140732667256048 140284508858720 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32627] ppid=32611 vsize=13980732 memory=-7307489944779712346 CPUtime=0.02 cores=1,3,5,7
/proc/32613/task/32627/stat : 32627 (java) S 32611 32611 897 0 -1 1077944384 984 0 0 0 0 2 0 0 20 0 15 0 79101628 14316269568 399096 18446744073709551615 4194304 4196468 140732667256048 140284507806768 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
Current children cumulated CPU time: 59.35 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1597764 KiB

[startup+52.8008 s]
/proc/loadavg: 1.56 1.62 1.66 3/212 32627
/proc/meminfo: memFree=28315952/32770624 swapFree=67108860/67108860
[pid=32611] ppid=32608 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32611/stat : 32611 (xcsp3-exec) S 32608 32611 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 79101607 9740288 345 18446744073709551615 4194304 5098028 140731893877424 140731893875528 140614088323708 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 19271680 140731893883257 140731893883461 140731893883461 140731893886955 0
/proc/32611/statm: 2378 345 289 221 0 87 0
[pid=32613] ppid=32611 vsize=13980732 memory=1635296 CPUtime=60.94 cores=1,3,5,7
/proc/32613/stat : 32613 (java) S 32611 32611 897 0 -1 1077944320 48454 0 0 0 6013 81 0 0 20 0 15 0 79101614 14316269568 408824 18446744073709551615 4194304 4196468 140732667256048 140732667238592 140284970712823 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
/proc/32613/statm: 3495183 408824 3237 1 0 3483476 0
[pid=32613/tid=32614] ppid=32611 vsize=13980732 memory=388 CPUtime=52.24 cores=1,3,5,7
/proc/32613/task/32614/stat : 32614 (java) R 32611 32611 897 0 -1 4202560 17588 0 0 0 5204 20 0 0 20 0 15 0 79101614 14316269568 408824 18446744073709551615 4194304 4196468 140732667256048 140284974949456 140284592784921 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32615] ppid=32611 vsize=13980732 memory=-6733563554062828269 CPUtime=0.37 cores=1,3,5,7
/proc/32613/task/32615/stat : 32615 (java) S 32611 32611 897 0 -1 1077944384 778 0 0 0 24 13 0 0 20 0 15 0 79101615 14316269568 408824 18446744073709551615 4194304 4196468 140732667256048 140284912658960 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32616] ppid=32611 vsize=13980732 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/32613/task/32616/stat : 32616 (java) S 32611 32611 897 0 -1 1077944384 558 0 0 0 23 13 0 0 20 0 15 0 79101615 14316269568 408824 18446744073709551615 4194304 4196468 140732667256048 140284911606416 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32617] ppid=32611 vsize=13980732 memory=7307205184422696551 CPUtime=0.36 cores=1,3,5,7
/proc/32613/task/32617/stat : 32617 (java) S 32611 32611 897 0 -1 1077944384 517 0 0 0 22 14 0 0 20 0 15 0 79101615 14316269568 408824 18446744073709551615 4194304 4196468 140732667256048 140284910553360 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32618] ppid=32611 vsize=13980732 memory=1380 CPUtime=0.35 cores=1,3,5,7
/proc/32613/task/32618/stat : 32618 (java) S 32611 32611 897 0 -1 1077944384 699 0 0 0 21 14 0 0 20 0 15 0 79101615 14316269568 408824 18446744073709551615 4194304 4196468 140732667256048 140284909500816 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32619] ppid=32611 vsize=13980732 memory=2308 CPUtime=0.01 cores=1,3,5,7
/proc/32613/task/32619/stat : 32619 (java) S 32611 32611 897 0 -1 1077944384 1525 0 0 0 1 0 0 0 20 0 15 0 79101616 14316269568 408824 18446744073709551615 4194304 4196468 140732667256048 140284516227824 140284970723970 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32620] ppid=32611 vsize=13980732 memory=4516 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32620/stat : 32620 (java) S 32611 32611 897 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 79101616 14316269568 408824 18446744073709551615 4194304 4196468 140732667256048 140284515174112 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32621] ppid=32611 vsize=13980732 memory=6724 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32621/stat : 32621 (java) S 32611 32611 897 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 79101617 14316269568 408824 18446744073709551615 4194304 4196468 140732667256048 140284514120960 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32622] ppid=32611 vsize=13980732 memory=8932 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32622/stat : 32622 (java) S 32611 32611 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79101619 14316269568 408824 18446744073709551615 4194304 4196468 140732667256048 140284513069520 140284970731419 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32623] ppid=32611 vsize=13980732 memory=11140 CPUtime=3.4 cores=1,3,5,7
/proc/32613/task/32623/stat : 32623 (java) S 32611 32611 897 0 -1 1077944384 11065 0 0 0 339 1 0 0 20 0 15 0 79101619 14316269568 408824 18446744073709551615 4194304 4196468 140732667256048 140284512016624 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32624] ppid=32611 vsize=13980732 memory=11172 CPUtime=3.09 cores=1,3,5,7
/proc/32613/task/32624/stat : 32624 (java) S 32611 32611 897 0 -1 1077944384 7648 0 0 0 308 1 0 0 20 0 15 0 79101619 14316269568 408824 18446744073709551615 4194304 4196468 140732667256048 140284510964080 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32625] ppid=32611 vsize=13980732 memory=1380 CPUtime=0.67 cores=1,3,5,7
/proc/32613/task/32625/stat : 32625 (java) S 32611 32611 897 0 -1 1077944384 5756 0 0 0 66 1 0 0 20 0 15 0 79101619 14316269568 408824 18446744073709551615 4194304 4196468 140732667256048 140284509911024 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32626] ppid=32611 vsize=13980732 memory=1559520 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32626/stat : 32626 (java) S 32611 32611 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79101619 14316269568 408824 18446744073709551615 4194304 4196468 140732667256048 140284508858720 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32627] ppid=32611 vsize=13980732 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32613/task/32627/stat : 32627 (java) S 32611 32611 897 0 -1 1077944384 984 0 0 0 0 2 0 0 20 0 15 0 79101628 14316269568 408824 18446744073709551615 4194304 4196468 140732667256048 140284507806768 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
Current children cumulated CPU time: 60.94 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1636676 KiB

[startup+53.6008 s]
/proc/loadavg: 1.52 1.61 1.65 3/212 32627
/proc/meminfo: memFree=28292976/32770624 swapFree=67108860/67108860
[pid=32611] ppid=32608 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32611/stat : 32611 (xcsp3-exec) S 32608 32611 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 79101607 9740288 345 18446744073709551615 4194304 5098028 140731893877424 140731893875528 140614088323708 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 19271680 140731893883257 140731893883461 140731893883461 140731893886955 0
/proc/32611/statm: 2378 345 289 221 0 87 0
[pid=32613] ppid=32611 vsize=13980732 memory=1657824 CPUtime=61.74 cores=1,3,5,7
/proc/32613/stat : 32613 (java) S 32611 32611 897 0 -1 1077944320 48514 0 0 0 6093 81 0 0 20 0 15 0 79101614 14316269568 414456 18446744073709551615 4194304 4196468 140732667256048 140732667238592 140284970712823 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
/proc/32613/statm: 3495183 414456 3237 1 0 3483476 0
[pid=32613/tid=32614] ppid=32611 vsize=13980732 memory=1575904 CPUtime=53.04 cores=1,3,5,7
/proc/32613/task/32614/stat : 32614 (java) R 32611 32611 897 0 -1 4202560 17648 0 0 0 5284 20 0 0 20 0 15 0 79101614 14316269568 414456 18446744073709551615 4194304 4196468 140732667256048 140284974949456 140284592656453 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32615] ppid=32611 vsize=13980732 memory=-8774313645642428999 CPUtime=0.37 cores=1,3,5,7
/proc/32613/task/32615/stat : 32615 (java) S 32611 32611 897 0 -1 1077944384 778 0 0 0 24 13 0 0 20 0 15 0 79101615 14316269568 414456 18446744073709551615 4194304 4196468 140732667256048 140284912658960 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32616] ppid=32611 vsize=13980732 memory=43600 CPUtime=0.36 cores=1,3,5,7
/proc/32613/task/32616/stat : 32616 (java) S 32611 32611 897 0 -1 1077944384 558 0 0 0 23 13 0 0 20 0 15 0 79101615 14316269568 414456 18446744073709551615 4194304 4196468 140732667256048 140284911606416 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32617] ppid=32611 vsize=13980732 memory=1292 CPUtime=0.36 cores=1,3,5,7
/proc/32613/task/32617/stat : 32617 (java) S 32611 32611 897 0 -1 1077944384 517 0 0 0 22 14 0 0 20 0 15 0 79101615 14316269568 414456 18446744073709551615 4194304 4196468 140732667256048 140284910553360 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32618] ppid=32611 vsize=13980732 memory=2316 CPUtime=0.35 cores=1,3,5,7
/proc/32613/task/32618/stat : 32618 (java) S 32611 32611 897 0 -1 1077944384 699 0 0 0 21 14 0 0 20 0 15 0 79101615 14316269568 414456 18446744073709551615 4194304 4196468 140732667256048 140284909500816 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32619] ppid=32611 vsize=13980732 memory=1728 CPUtime=0.01 cores=1,3,5,7
/proc/32613/task/32619/stat : 32619 (java) S 32611 32611 897 0 -1 1077944384 1525 0 0 0 1 0 0 0 20 0 15 0 79101616 14316269568 414456 18446744073709551615 4194304 4196468 140732667256048 140284516227824 140284970723970 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32620] ppid=32611 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32620/stat : 32620 (java) S 32611 32611 897 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 79101616 14316269568 414456 18446744073709551615 4194304 4196468 140732667256048 140284515174112 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32621] ppid=32611 vsize=13980732 memory=1547232 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32621/stat : 32621 (java) S 32611 32611 897 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 79101617 14316269568 414456 18446744073709551615 4194304 4196468 140732667256048 140284514120960 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32622] ppid=32611 vsize=13980732 memory=960 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32622/stat : 32622 (java) S 32611 32611 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79101619 14316269568 414456 18446744073709551615 4194304 4196468 140732667256048 140284513069520 140284970731419 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32623] ppid=32611 vsize=13980732 memory=1240 CPUtime=3.4 cores=1,3,5,7
/proc/32613/task/32623/stat : 32623 (java) S 32611 32611 897 0 -1 1077944384 11065 0 0 0 339 1 0 0 20 0 15 0 79101619 14316269568 414456 18446744073709551615 4194304 4196468 140732667256048 140284512016624 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32624] ppid=32611 vsize=13980732 memory=2248 CPUtime=3.09 cores=1,3,5,7
/proc/32613/task/32624/stat : 32624 (java) S 32611 32611 897 0 -1 1077944384 7648 0 0 0 308 1 0 0 20 0 15 0 79101619 14316269568 414456 18446744073709551615 4194304 4196468 140732667256048 140284510964080 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32625] ppid=32611 vsize=13980732 memory=4304 CPUtime=0.67 cores=1,3,5,7
/proc/32613/task/32625/stat : 32625 (java) S 32611 32611 897 0 -1 1077944384 5756 0 0 0 66 1 0 0 20 0 15 0 79101619 14316269568 414456 18446744073709551615 4194304 4196468 140732667256048 140284509911024 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32626] ppid=32611 vsize=13980732 memory=11000 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32626/stat : 32626 (java) S 32611 32611 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79101619 14316269568 414456 18446744073709551615 4194304 4196468 140732667256048 140284508858720 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32627] ppid=32611 vsize=13980732 memory=1200 CPUtime=0.02 cores=1,3,5,7
/proc/32613/task/32627/stat : 32627 (java) S 32611 32611 897 0 -1 1077944384 984 0 0 0 0 2 0 0 20 0 15 0 79101628 14316269568 414456 18446744073709551615 4194304 4196468 140732667256048 140284507806768 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
Current children cumulated CPU time: 61.74 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1659204 KiB

[startup+53.8008 s]
/proc/loadavg: 1.52 1.61 1.65 3/212 32627
/proc/meminfo: memFree=28292976/32770624 swapFree=67108860/67108860
[pid=32611] ppid=32608 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32611/stat : 32611 (xcsp3-exec) S 32608 32611 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 79101607 9740288 345 18446744073709551615 4194304 5098028 140731893877424 140731893875528 140614088323708 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 19271680 140731893883257 140731893883461 140731893883461 140731893886955 0
/proc/32611/statm: 2378 345 289 221 0 87 0
[pid=32613] ppid=32611 vsize=13980732 memory=1661924 CPUtime=61.95 cores=1,3,5,7
/proc/32613/stat : 32613 (java) S 32611 32611 897 0 -1 1077944320 48764 0 0 0 6114 81 0 0 20 0 15 0 79101614 14316269568 415481 18446744073709551615 4194304 4196468 140732667256048 140732667238592 140284970712823 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
/proc/32613/statm: 3495183 415481 3237 1 0 3483476 0
[pid=32613/tid=32614] ppid=32611 vsize=13980732 memory=4044 CPUtime=53.24 cores=1,3,5,7
/proc/32613/task/32614/stat : 32614 (java) R 32611 32611 897 0 -1 4202560 17736 0 0 0 5304 20 0 0 20 0 15 0 79101614 14316269568 415481 18446744073709551615 4194304 4196468 140732667256048 140284974949456 140284590156837 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32615] ppid=32611 vsize=13980732 memory=1380 CPUtime=0.37 cores=1,3,5,7
/proc/32613/task/32615/stat : 32615 (java) S 32611 32611 897 0 -1 1077944384 778 0 0 0 24 13 0 0 20 0 15 0 79101615 14316269568 415481 18446744073709551615 4194304 4196468 140732667256048 140284912658960 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32616] ppid=32611 vsize=13980732 memory=1547232 CPUtime=0.36 cores=1,3,5,7
/proc/32613/task/32616/stat : 32616 (java) S 32611 32611 897 0 -1 1077944384 558 0 0 0 23 13 0 0 20 0 15 0 79101615 14316269568 415481 18446744073709551615 4194304 4196468 140732667256048 140284911606416 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32617] ppid=32611 vsize=13980732 memory=1228 CPUtime=0.36 cores=1,3,5,7
/proc/32613/task/32617/stat : 32617 (java) S 32611 32611 897 0 -1 1077944384 517 0 0 0 22 14 0 0 20 0 15 0 79101615 14316269568 415481 18446744073709551615 4194304 4196468 140732667256048 140284910553360 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32618] ppid=32611 vsize=13980732 memory=796 CPUtime=0.35 cores=1,3,5,7
/proc/32613/task/32618/stat : 32618 (java) S 32611 32611 897 0 -1 1077944384 699 0 0 0 21 14 0 0 20 0 15 0 79101615 14316269568 415481 18446744073709551615 4194304 4196468 140732667256048 140284909500816 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32619] ppid=32611 vsize=13980732 memory=5788 CPUtime=0.01 cores=1,3,5,7
/proc/32613/task/32619/stat : 32619 (java) S 32611 32611 897 0 -1 1077944384 1525 0 0 0 1 0 0 0 20 0 15 0 79101616 14316269568 415481 18446744073709551615 4194304 4196468 140732667256048 140284516227824 140284970723970 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32620] ppid=32611 vsize=13980732 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32620/stat : 32620 (java) S 32611 32611 897 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 79101616 14316269568 415481 18446744073709551615 4194304 4196468 140732667256048 140284515174112 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32621] ppid=32611 vsize=13980732 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32621/stat : 32621 (java) S 32611 32611 897 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 79101617 14316269568 415481 18446744073709551615 4194304 4196468 140732667256048 140284514120960 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32622] ppid=32611 vsize=13980732 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32622/stat : 32622 (java) S 32611 32611 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79101619 14316269568 415481 18446744073709551615 4194304 4196468 140732667256048 140284513069520 140284970731419 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32623] ppid=32611 vsize=13980732 memory=10164 CPUtime=3.4 cores=1,3,5,7
/proc/32613/task/32623/stat : 32623 (java) R 32611 32611 897 0 -1 4202560 11067 0 0 0 339 1 0 0 20 0 15 0 79101619 14316269568 415481 18446744073709551615 4194304 4196468 140732667256048 140284512016624 140284956393521 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32624] ppid=32611 vsize=13980732 memory=1440 CPUtime=3.09 cores=1,3,5,7
/proc/32613/task/32624/stat : 32624 (java) S 32611 32611 897 0 -1 1077944384 7648 0 0 0 308 1 0 0 20 0 15 0 79101619 14316269568 415481 18446744073709551615 4194304 4196468 140732667256048 140284510964080 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32625] ppid=32611 vsize=13980732 memory=2000 CPUtime=0.68 cores=1,3,5,7
/proc/32613/task/32625/stat : 32625 (java) S 32611 32611 897 0 -1 1077944384 5917 0 0 0 67 1 0 0 20 0 15 0 79101619 14316269568 415481 18446744073709551615 4194304 4196468 140732667256048 140284509911024 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32626] ppid=32611 vsize=13980732 memory=11000 CPUtime=0 cores=1,3,5,7
/proc/32613/task/32626/stat : 32626 (java) S 32611 32611 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79101619 14316269568 415481 18446744073709551615 4194304 4196468 140732667256048 140284508858720 140284970723029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
[pid=32613/tid=32627] ppid=32611 vsize=13980732 memory=1200 CPUtime=0.02 cores=1,3,5,7
/proc/32613/task/32627/stat : 32627 (java) S 32611 32611 897 0 -1 1077944384 984 0 0 0 0 2 0 0 20 0 15 0 79101628 14316269568 415481 18446744073709551615 4194304 4196468 140732667256048 140284507806768 140284970723970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 36073472 140732667261361 140732667261537 140732667261537 140732667264975 0
Current children cumulated CPU time: 61.95 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1663304 KiB

Child status: 0
Real time (s): 53.8355
CPU time (s): 62.0199
CPU user time (s): 61.1903
CPU system time (s): 0.829569
CPU usage (%): 115.202
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 1663304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.1903
system time used= 0.829569
maximum resident set size= 1664208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50347
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4134
involuntary context switches= 72


# summary of solver processes directly reported to runsolver:
#   pid: 32611
#   total CPU time (s): 62.0199
#   total CPU user time (s): 61.1903
#   total CPU system time (s): 0.829569

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.349841 second user time and 0.573809 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-15 05:32:43
IDJOB=4272613
IDBENCH=126087
IDSOLVER=2664
FILE ID=node125/4272613-1502768809
RUNJOBID= node125-1502662595-11629
PBS_JOBID= 
Free space on /tmp= 61992 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-02.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-4272613-1502768809/watcher-4272613-1502768809 -o /tmp/evaluation-result-4272613-1502768809/solver-4272613-1502768809 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 808952035 HOME/instance-4272613-1502768809.xml

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

MD5SUM BENCH= eda3e143b65a543b5abd93f521b89dfa
RANDOM SEED=808952035

node125.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.07
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.07
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.07
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.07
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:        29860568 kB
MemAvailable:   30874048 kB
Buffers:          301116 kB
Cached:          1005820 kB
SwapCached:            0 kB
Active:          1867444 kB
Inactive:         605940 kB
Active(anon):    1166688 kB
Inactive(anon):    33100 kB
Active(file):     700756 kB
Inactive(file):   572840 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             29328 kB
Writeback:           208 kB
AnonPages:       1173952 kB
Mapped:            63252 kB
Shmem:             33444 kB
Slab:             137516 kB
SReclaimable:     111440 kB
SUnreclaim:        26076 kB
KernelStack:        3456 kB
PageTables:         8916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1827640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1062912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node125 at 2017-08-15 05:33:37