Trace number 4292733

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Choco-solver 4.0.7 seq (493a269)UNSAT 16.0747 10.0583

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f08_c18.xml
MD5SUM2cf96eb4ef0a34305468f9a178fec6f7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.32867
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size36
Distribution of domain sizes[{"size":6,"count":2},{"size":20,"count":4},{"size":22,"count":10},{"size":29,"count":336},{"size":36,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292733-1532288946.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.18	c [HOME/instance-4292733-1532288946.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
3.84/1.39	c solve instance...
16.01/10.04	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292733-1532288946/watcher-4292733-1532288946 -o /tmp/evaluation-result-4292733-1532288946/solver-4292733-1532288946 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532279307-5949 --watchdog 2560 HOME/xcsp3-exec -seed 1157317341 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292733-1532288946.xml 

running on 4 cores: 0,2,4,6

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

solver pid=7404, runsolver pid=7401

[startup+0.100176 s]*
/proc/loadavg: 1.81 1.64 1.59 4/221 7420
/proc/meminfo: memFree=16783712/32770624 swapFree=67108860/67108860
[pid=7404] ppid=7401 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7404/stat : 7404 (xcsp3-exec) S 7401 7404 3347 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 46457797 115843072 364 33554432000 4194304 5098028 140723084060688 140723084058792 140429857399420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7606272 140723084067898 140723084068100 140723084068100 140723084070858 0
/proc/7404/statm: 28282 364 306 221 0 87 0
[pid=7406] ppid=7404 vsize=14082840 memory=29344 CPUtime=0.12 cores=0,2,4,6
/proc/7406/stat : 7406 (java) S 7404 7404 3347 0 -1 1077944320 5255 0 0 0 11 1 0 0 20 0 15 0 46457797 14420828160 7336 33554432000 4194304 4196468 140723575317152 140723575299696 140263801990903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
/proc/7406/statm: 3520710 7336 2970 1 0 3483008 0
[pid=7406/tid=7407] ppid=7404 vsize=14082840 memory=8116232681942127451 CPUtime=0.09 cores=0,2,4,6
/proc/7406/task/7407/stat : 7407 (java) R 7404 7404 3347 0 -1 4202560 3267 0 0 0 9 0 0 0 20 0 15 0 46457797 14420828160 7336 33554432000 4194304 4196468 140723575317152 140263806223168 140263786071390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7408] ppid=7404 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7408/stat : 7408 (java) S 7404 7404 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46457798 14420828160 7336 33554432000 4194304 4196468 140723575317152 140263397898640 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7409] ppid=7404 vsize=14082840 memory=139838643033728 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7409/stat : 7409 (java) S 7404 7404 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46457798 14420828160 7336 33554432000 4194304 4196468 140723575317152 140263396845840 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7410] ppid=7404 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7410/stat : 7410 (java) S 7404 7404 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46457798 14420828160 7336 33554432000 4194304 4196468 140723575317152 140263395793552 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7411] ppid=7404 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7411/stat : 7411 (java) S 7404 7404 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46457798 14420828160 7336 33554432000 4194304 4196468 140723575317152 140263394740752 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7412] ppid=7404 vsize=14082840 memory=139838643033728 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7412/stat : 7412 (java) S 7404 7404 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46457800 14420828160 7336 33554432000 4194304 4196468 140723575317152 140263276096112 140263802002050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7413] ppid=7404 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7413/stat : 7413 (java) S 7404 7404 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46457800 14420828160 7336 33554432000 4194304 4196468 140723575317152 140263275042080 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7414] ppid=7404 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7414/stat : 7414 (java) S 7404 7404 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46457800 14420828160 7336 33554432000 4194304 4196468 140723575317152 140263273989744 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7415] ppid=7404 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7415/stat : 7415 (java) S 7404 7404 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46457803 14420828160 7336 33554432000 4194304 4196468 140723575317152 140263272938064 140263802009499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7416] ppid=7404 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7416/stat : 7416 (java) S 7404 7404 3347 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 46457803 14420828160 7336 33554432000 4194304 4196468 140723575317152 140263271884912 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7417] ppid=7404 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7417/stat : 7417 (java) S 7404 7404 3347 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 46457803 14420828160 7336 33554432000 4194304 4196468 140723575317152 140263270832112 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7418] ppid=7404 vsize=14082840 memory=139838643033728 CPUtime=0.01 cores=0,2,4,6
/proc/7406/task/7418/stat : 7418 (java) R 7404 7404 3347 0 -1 4202560 260 0 0 0 1 0 0 0 20 0 15 0 46457803 14420828160 7336 33554432000 4194304 4196468 140723575317152 140263269779824 140263802002838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7419] ppid=7404 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7419/stat : 7419 (java) S 7404 7404 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46457803 14420828160 7336 33554432000 4194304 4196468 140723575317152 140263268727264 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7420] ppid=7404 vsize=14082840 memory=139838643033728 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7420/stat : 7420 (java) S 7404 7404 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46457803 14420828160 7336 33554432000 4194304 4196468 140723575317152 140263267675056 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30800 KiB

[startup+0.210838 s]*
/proc/loadavg: 1.81 1.64 1.59 4/221 7420
/proc/meminfo: memFree=16772820/32770624 swapFree=67108860/67108860
[pid=7404] ppid=7401 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7404/stat : 7404 (xcsp3-exec) S 7401 7404 3347 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 46457797 115843072 364 33554432000 4194304 5098028 140723084060688 140723084058792 140429857399420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7606272 140723084067898 140723084068100 140723084068100 140723084070858 0
/proc/7404/statm: 28282 364 306 221 0 87 0
[pid=7406] ppid=7404 vsize=14082840 memory=41152 CPUtime=0.34 cores=0,2,4,6
/proc/7406/stat : 7406 (java) S 7404 7404 3347 0 -1 1077944320 7823 0 0 0 32 2 0 0 20 0 15 0 46457797 14420828160 10288 33554432000 4194304 4196468 140723575317152 140723575299696 140263801990903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
/proc/7406/statm: 3520710 10288 3185 1 0 3483008 0
[pid=7406/tid=7407] ppid=7404 vsize=14082840 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/7406/task/7407/stat : 7407 (java) R 7404 7404 3347 0 -1 4202560 4975 0 0 0 19 1 0 0 20 0 15 0 46457797 14420828160 10325 33554432000 4194304 4196468 140723575317152 140263806215072 140263804266183 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7408] ppid=7404 vsize=14082840 memory=8967 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7408/stat : 7408 (java) S 7404 7404 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46457798 14420828160 10325 33554432000 4194304 4196468 140723575317152 140263397898640 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7409] ppid=7404 vsize=14082840 memory=139838643303748 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7409/stat : 7409 (java) S 7404 7404 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46457798 14420828160 10325 33554432000 4194304 4196468 140723575317152 140263396845840 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7410] ppid=7404 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7410/stat : 7410 (java) S 7404 7404 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46457798 14420828160 10325 33554432000 4194304 4196468 140723575317152 140263395793552 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7411] ppid=7404 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7411/stat : 7411 (java) S 7404 7404 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46457798 14420828160 10325 33554432000 4194304 4196468 140723575317152 140263394740752 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7412] ppid=7404 vsize=14082840 memory=139838643033728 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7412/stat : 7412 (java) S 7404 7404 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 46457800 14420828160 10325 33554432000 4194304 4196468 140723575317152 140263276096112 140263802002050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7413] ppid=7404 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7413/stat : 7413 (java) S 7404 7404 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46457800 14420828160 10325 33554432000 4194304 4196468 140723575317152 140263275042080 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7414] ppid=7404 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7414/stat : 7414 (java) S 7404 7404 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46457800 14420828160 10325 33554432000 4194304 4196468 140723575317152 140263273989744 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7415] ppid=7404 vsize=14084956 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7415/stat : 7415 (java) S 7404 7404 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46457803 14422994944 10325 33554432000 4194304 4196468 140723575317152 140263272938064 140263802009499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7416] ppid=7404 vsize=14084956 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7406/task/7416/stat : 7416 (java) S 7404 7404 3347 0 -1 1077944384 404 0 0 0 2 0 0 0 20 0 15 0 46457803 14422994944 10325 33554432000 4194304 4196468 140723575317152 140263271884912 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7417] ppid=7404 vsize=14084956 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/7406/task/7417/stat : 7417 (java) S 7404 7404 3347 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 15 0 46457803 14422994944 10325 33554432000 4194304 4196468 140723575317152 140263270832112 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7418] ppid=7404 vsize=14084956 memory=139838643033728 CPUtime=0.08 cores=0,2,4,6
/proc/7406/task/7418/stat : 7418 (java) S 7404 7404 3347 0 -1 1077944384 783 0 0 0 8 0 0 0 20 0 15 0 46457803 14422994944 10325 33554432000 4194304 4196468 140723575317152 140263269779824 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7419] ppid=7404 vsize=14084956 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7419/stat : 7419 (java) S 7404 7404 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46457803 14422994944 10325 33554432000 4194304 4196468 140723575317152 140263268727264 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7420] ppid=7404 vsize=14084956 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7420/stat : 7420 (java) S 7404 7404 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46457803 14422994944 10325 33554432000 4194304 4196468 140723575317152 140263267675056 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 42608 KiB

[startup+0.310645 s]*
/proc/loadavg: 1.81 1.64 1.59 4/221 7420
/proc/meminfo: memFree=16766864/32770624 swapFree=67108860/67108860
[pid=7404] ppid=7401 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7404/stat : 7404 (xcsp3-exec) S 7401 7404 3347 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 46457797 115843072 364 33554432000 4194304 5098028 140723084060688 140723084058792 140429857399420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7606272 140723084067898 140723084068100 140723084068100 140723084070858 0
/proc/7404/statm: 28282 364 306 221 0 87 0
[pid=7406] ppid=7404 vsize=14087096 memory=48124 CPUtime=0.53 cores=0,2,4,6
/proc/7406/stat : 7406 (java) S 7404 7404 3347 0 -1 1077944320 8705 0 0 0 50 3 0 0 20 0 15 0 46457797 14425186304 12031 33554432000 4194304 4196468 140723575317152 140723575299696 140263801990903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
/proc/7406/statm: 3521774 12031 3251 1 0 3483008 0
[pid=7406/tid=7407] ppid=7404 vsize=14087096 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/7406/task/7407/stat : 7407 (java) R 7404 7404 3347 0 -1 4202560 5678 0 0 0 27 2 0 0 20 0 15 0 46457797 14425186304 12031 33554432000 4194304 4196468 140723575317152 140263806222016 140263786071390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7408] ppid=7404 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7408/stat : 7408 (java) S 7404 7404 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46457798 14425186304 12031 33554432000 4194304 4196468 140723575317152 140263397898640 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7409] ppid=7404 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7409/stat : 7409 (java) S 7404 7404 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46457798 14425186304 12031 33554432000 4194304 4196468 140723575317152 140263396845840 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7410] ppid=7404 vsize=14087096 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7410/stat : 7410 (java) S 7404 7404 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46457798 14425186304 12031 33554432000 4194304 4196468 140723575317152 140263395793552 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7411] ppid=7404 vsize=14087096 memory=7379517710693473142 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7411/stat : 7411 (java) S 7404 7404 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46457798 14425186304 12031 33554432000 4194304 4196468 140723575317152 140263394740752 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7412] ppid=7404 vsize=14087096 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7412/stat : 7412 (java) S 7404 7404 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 46457800 14425186304 12031 33554432000 4194304 4196468 140723575317152 140263276096112 140263802002050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7413] ppid=7404 vsize=14087096 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7413/stat : 7413 (java) S 7404 7404 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46457800 14425186304 12031 33554432000 4194304 4196468 140723575317152 140263275042080 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7414] ppid=7404 vsize=14087096 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7414/stat : 7414 (java) S 7404 7404 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46457800 14425186304 12031 33554432000 4194304 4196468 140723575317152 140263273989744 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7415] ppid=7404 vsize=14087096 memory=8693815914432465728 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7415/stat : 7415 (java) S 7404 7404 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46457803 14425186304 12031 33554432000 4194304 4196468 140723575317152 140263272938064 140263802009499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7416] ppid=7404 vsize=14087096 memory=8325818968683490714 CPUtime=0.04 cores=0,2,4,6
/proc/7406/task/7416/stat : 7416 (java) S 7404 7404 3347 0 -1 1077944384 415 0 0 0 4 0 0 0 20 0 15 0 46457803 14425186304 12031 33554432000 4194304 4196468 140723575317152 140263271884912 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7417] ppid=7404 vsize=14087096 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/7406/task/7417/stat : 7417 (java) S 7404 7404 3347 0 -1 1077944384 462 0 0 0 5 0 0 0 20 0 15 0 46457803 14425186304 12031 33554432000 4194304 4196468 140723575317152 140263270832112 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7418] ppid=7404 vsize=14087096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7406/task/7418/stat : 7418 (java) S 7404 7404 3347 0 -1 1077944384 856 0 0 0 12 0 0 0 20 0 15 0 46457803 14425186304 12031 33554432000 4194304 4196468 140723575317152 140263269779824 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7419] ppid=7404 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7419/stat : 7419 (java) S 7404 7404 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46457803 14425186304 12031 33554432000 4194304 4196468 140723575317152 140263268727264 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7420] ppid=7404 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7420/stat : 7420 (java) S 7404 7404 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46457803 14425186304 12031 33554432000 4194304 4196468 140723575317152 140263267675056 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49580 KiB

[startup+0.701653 s]
/proc/loadavg: 1.81 1.64 1.59 6/221 7420
/proc/meminfo: memFree=16690168/32770624 swapFree=67108860/67108860
[pid=7404] ppid=7401 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7404/stat : 7404 (xcsp3-exec) S 7401 7404 3347 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 46457797 115843072 364 33554432000 4194304 5098028 140723084060688 140723084058792 140429857399420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7606272 140723084067898 140723084068100 140723084068100 140723084070858 0
/proc/7404/statm: 28282 364 306 221 0 87 0
[pid=7406] ppid=7404 vsize=14089220 memory=190804 CPUtime=1.76 cores=0,2,4,6
/proc/7406/stat : 7406 (java) S 7404 7404 3347 0 -1 1077944320 13721 0 0 0 170 6 0 0 20 0 15 0 46457797 14427361280 47701 33554432000 4194304 4196468 140723575317152 140723575299696 140263801990903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
/proc/7406/statm: 3522305 47701 3351 1 0 3483520 0
[pid=7406/tid=7407] ppid=7404 vsize=14089220 memory=3472328296227679313 CPUtime=0.66 cores=0,2,4,6
/proc/7406/task/7407/stat : 7407 (java) R 7404 7404 3347 0 -1 4202560 6344 0 0 0 62 4 0 0 20 0 15 0 46457797 14427361280 47701 33554432000 4194304 4196468 140723575317152 140263806224624 140263439526721 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7408] ppid=7404 vsize=14089220 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7408/stat : 7408 (java) S 7404 7404 3347 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 46457798 14427361280 47701 33554432000 4194304 4196468 140723575317152 140263397898640 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7409] ppid=7404 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7409/stat : 7409 (java) S 7404 7404 3347 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 46457798 14427361280 47701 33554432000 4194304 4196468 140723575317152 140263396845840 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7410] ppid=7404 vsize=14089220 memory=15676 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7410/stat : 7410 (java) S 7404 7404 3347 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 46457798 14427361280 47701 33554432000 4194304 4196468 140723575317152 140263395793552 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7411] ppid=7404 vsize=14089220 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7411/stat : 7411 (java) S 7404 7404 3347 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 46457798 14427361280 47701 33554432000 4194304 4196468 140723575317152 140263394740752 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7412] ppid=7404 vsize=14089220 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7412/stat : 7412 (java) S 7404 7404 3347 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 46457800 14427361280 47701 33554432000 4194304 4196468 140723575317152 140263276096112 140263802002050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7413] ppid=7404 vsize=14089220 memory=1844 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7413/stat : 7413 (java) S 7404 7404 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46457800 14427361280 47701 33554432000 4194304 4196468 140723575317152 140263275042144 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7414] ppid=7404 vsize=14089220 memory=796 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7414/stat : 7414 (java) S 7404 7404 3347 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 46457800 14427361280 47701 33554432000 4194304 4196468 140723575317152 140263273989744 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7415] ppid=7404 vsize=14089220 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7415/stat : 7415 (java) S 7404 7404 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46457803 14427361280 47701 33554432000 4194304 4196468 140723575317152 140263272938064 140263802009499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7416] ppid=7404 vsize=14089220 memory=12984 CPUtime=0.33 cores=0,2,4,6
/proc/7406/task/7416/stat : 7416 (java) R 7404 7404 3347 0 -1 4202560 1746 0 0 0 33 0 0 0 20 0 15 0 46457803 14427361280 47701 33554432000 4194304 4196468 140723575317152 140263271871344 140263783511817 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7417] ppid=7404 vsize=14089220 memory=5664 CPUtime=0.31 cores=0,2,4,6
/proc/7406/task/7417/stat : 7417 (java) R 7404 7404 3347 0 -1 4202560 1641 0 0 0 31 0 0 0 20 0 15 0 46457803 14427361280 47701 33554432000 4194304 4196468 140723575317152 140263270823152 140263783508688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7418] ppid=7404 vsize=14089220 memory=4620 CPUtime=0.4 cores=0,2,4,6
/proc/7406/task/7418/stat : 7418 (java) R 7404 7404 3347 0 -1 4202560 2574 0 0 0 40 0 0 0 20 0 15 0 46457803 14427361280 47701 33554432000 4194304 4196468 140723575317152 140263269776760 140263780481376 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7419] ppid=7404 vsize=14089220 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7419/stat : 7419 (java) S 7404 7404 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46457803 14427361280 47701 33554432000 4194304 4196468 140723575317152 140263268727264 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7420] ppid=7404 vsize=14089220 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7420/stat : 7420 (java) S 7404 7404 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46457803 14427361280 47701 33554432000 4194304 4196468 140723575317152 140263267675056 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 192260 KiB

[startup+1.50861 s]
/proc/loadavg: 1.81 1.64 1.59 5/221 7420
/proc/meminfo: memFree=16616548/32770624 swapFree=67108860/67108860
[pid=7404] ppid=7401 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7404/stat : 7404 (xcsp3-exec) S 7401 7404 3347 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 46457797 115843072 364 33554432000 4194304 5098028 140723084060688 140723084058792 140429857399420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7606272 140723084067898 140723084068100 140723084068100 140723084070858 0
/proc/7404/statm: 28282 364 306 221 0 87 0

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

/proc/7404/stat : 7404 (xcsp3-exec) S 7401 7404 3347 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 46457797 115843072 364 33554432000 4194304 5098028 140723084060688 140723084058792 140429857399420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7606272 140723084067898 140723084068100 140723084068100 140723084070858 0
/proc/7404/statm: 28282 364 306 221 0 87 0
[pid=7406] ppid=7404 vsize=14091268 memory=217048 CPUtime=14.17 cores=0,2,4,6
/proc/7406/stat : 7406 (java) S 7404 7404 3347 0 -1 1077944320 31223 0 0 0 1405 12 0 0 20 0 15 0 46457797 14429458432 54262 33554432000 4194304 4196468 140723575317152 140723575299696 140263801990903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
/proc/7406/statm: 3522817 54262 3386 1 0 3484032 0
[pid=7406/tid=7407] ppid=7404 vsize=14091268 memory=8112282956445269571 CPUtime=8.01 cores=0,2,4,6
/proc/7406/task/7407/stat : 7407 (java) R 7404 7404 3347 0 -1 4202560 7615 0 0 0 796 5 0 0 20 0 15 0 46457797 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263806227728 140263448592443 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7408] ppid=7404 vsize=14091268 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7408/stat : 7408 (java) S 7404 7404 3347 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 46457798 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263397898640 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7409] ppid=7404 vsize=14091268 memory=-2672971631320983069 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7409/stat : 7409 (java) S 7404 7404 3347 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 46457798 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263396845840 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7410] ppid=7404 vsize=14091268 memory=-7357787915995474596 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7410/stat : 7410 (java) S 7404 7404 3347 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 46457798 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263395793552 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7411] ppid=7404 vsize=14091268 memory=-7812193691855986592 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7411/stat : 7411 (java) S 7404 7404 3347 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 46457798 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263394740752 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7412] ppid=7404 vsize=14091268 memory=-7684191407570971757 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7412/stat : 7412 (java) S 7404 7404 3347 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 46457800 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263276096112 140263802002050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7413] ppid=7404 vsize=14091268 memory=7896318971486248851 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7413/stat : 7413 (java) S 7404 7404 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46457800 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263275042144 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7414] ppid=7404 vsize=14091268 memory=8546823402028195750 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7414/stat : 7414 (java) S 7404 7404 3347 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 46457800 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263273989760 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7415] ppid=7404 vsize=14091268 memory=6944613755294413216 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7415/stat : 7415 (java) S 7404 7404 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46457803 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263272938064 140263802009499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7416] ppid=7404 vsize=14091268 memory=6933690279252828305 CPUtime=2.7 cores=0,2,4,6
/proc/7406/task/7416/stat : 7416 (java) S 7404 7404 3347 0 -1 1077944384 9416 0 0 0 268 2 0 0 20 0 15 0 46457803 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263271884912 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7417] ppid=7404 vsize=14091268 memory=7679373425970869011 CPUtime=2.46 cores=0,2,4,6
/proc/7406/task/7417/stat : 7417 (java) S 7404 7404 3347 0 -1 1077944384 7031 0 0 0 245 1 0 0 20 0 15 0 46457803 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263270832112 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7418] ppid=7404 vsize=14091268 memory=4137280412607091059 CPUtime=0.92 cores=0,2,4,6
/proc/7406/task/7418/stat : 7418 (java) S 7404 7404 3347 0 -1 1077944384 5192 0 0 0 91 1 0 0 20 0 15 0 46457803 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263269779824 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7419] ppid=7404 vsize=14091268 memory=4137280412607091059 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7419/stat : 7419 (java) S 7404 7404 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46457803 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263268727264 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7420] ppid=7404 vsize=14091268 memory=-8990767739041718176 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7420/stat : 7420 (java) S 7404 7404 3347 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 15 0 46457803 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263267675056 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
Current children cumulated CPU time: 14.17 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 218504 KiB

[startup+9.00072 s]
/proc/loadavg: 1.90 1.66 1.60 3/221 7420
/proc/meminfo: memFree=16580824/32770624 swapFree=67108860/67108860
[pid=7404] ppid=7401 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7404/stat : 7404 (xcsp3-exec) S 7401 7404 3347 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 46457797 115843072 364 33554432000 4194304 5098028 140723084060688 140723084058792 140429857399420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7606272 140723084067898 140723084068100 140723084068100 140723084070858 0
/proc/7404/statm: 28282 364 306 221 0 87 0
[pid=7406] ppid=7404 vsize=14091268 memory=217048 CPUtime=14.96 cores=0,2,4,6
/proc/7406/stat : 7406 (java) S 7404 7404 3347 0 -1 1077944320 31321 0 0 0 1484 12 0 0 20 0 15 0 46457797 14429458432 54262 33554432000 4194304 4196468 140723575317152 140723575299696 140263801990903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
/proc/7406/statm: 3522817 54262 3386 1 0 3484032 0
[pid=7406/tid=7407] ppid=7404 vsize=14091268 memory=1296 CPUtime=8.8 cores=0,2,4,6
/proc/7406/task/7407/stat : 7407 (java) R 7404 7404 3347 0 -1 4202560 7712 0 0 0 875 5 0 0 20 0 15 0 46457797 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263806227648 140263448336113 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7408] ppid=7404 vsize=14091268 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7408/stat : 7408 (java) S 7404 7404 3347 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 46457798 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263397898640 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7409] ppid=7404 vsize=14091268 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7409/stat : 7409 (java) S 7404 7404 3347 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 46457798 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263396845840 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7410] ppid=7404 vsize=14091268 memory=644 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7410/stat : 7410 (java) S 7404 7404 3347 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 46457798 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263395793552 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7411] ppid=7404 vsize=14091268 memory=216964 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7411/stat : 7411 (java) S 7404 7404 3347 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 46457798 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263394740752 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7412] ppid=7404 vsize=14091268 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7412/stat : 7412 (java) S 7404 7404 3347 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 46457800 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263276096112 140263802002050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7413] ppid=7404 vsize=14091268 memory=217048 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7413/stat : 7413 (java) S 7404 7404 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46457800 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263275042144 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7414] ppid=7404 vsize=14091268 memory=-6876588627878947929 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7414/stat : 7414 (java) S 7404 7404 3347 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 46457800 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263273989760 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7415] ppid=7404 vsize=14091268 memory=4137280412607091059 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7415/stat : 7415 (java) S 7404 7404 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46457803 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263272938064 140263802009499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7416] ppid=7404 vsize=14091268 memory=11 CPUtime=2.71 cores=0,2,4,6
/proc/7406/task/7416/stat : 7416 (java) S 7404 7404 3347 0 -1 1077944384 9416 0 0 0 268 3 0 0 20 0 15 0 46457803 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263271884912 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7417] ppid=7404 vsize=14091268 memory=139838498237465 CPUtime=2.46 cores=0,2,4,6
/proc/7406/task/7417/stat : 7417 (java) S 7404 7404 3347 0 -1 1077944384 7031 0 0 0 245 1 0 0 20 0 15 0 46457803 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263270832112 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7418] ppid=7404 vsize=14091268 memory=1700 CPUtime=0.92 cores=0,2,4,6
/proc/7406/task/7418/stat : 7418 (java) S 7404 7404 3347 0 -1 1077944384 5193 0 0 0 91 1 0 0 20 0 15 0 46457803 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263269779824 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7419] ppid=7404 vsize=14091268 memory=12984 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7419/stat : 7419 (java) S 7404 7404 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46457803 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263268727264 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7420] ppid=7404 vsize=14091268 memory=5664 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7420/stat : 7420 (java) S 7404 7404 3347 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 15 0 46457803 14429458432 54262 33554432000 4194304 4196468 140723575317152 140263267675056 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
Current children cumulated CPU time: 14.96 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 218504 KiB

[startup+9.80074 s]
/proc/loadavg: 1.90 1.66 1.60 3/221 7420
/proc/meminfo: memFree=16578776/32770624 swapFree=67108860/67108860
[pid=7404] ppid=7401 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7404/stat : 7404 (xcsp3-exec) S 7401 7404 3347 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 46457797 115843072 364 33554432000 4194304 5098028 140723084060688 140723084058792 140429857399420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7606272 140723084067898 140723084068100 140723084068100 140723084070858 0
/proc/7404/statm: 28282 364 306 221 0 87 0
[pid=7406] ppid=7404 vsize=14091268 memory=217108 CPUtime=15.81 cores=0,2,4,6
/proc/7406/stat : 7406 (java) S 7404 7404 3347 0 -1 1077944320 31339 0 0 0 1569 12 0 0 20 0 15 0 46457797 14429458432 54277 33554432000 4194304 4196468 140723575317152 140723575299696 140263801990903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
/proc/7406/statm: 3522817 54277 3386 1 0 3484032 0
[pid=7406/tid=7407] ppid=7404 vsize=14091268 memory=4620 CPUtime=9.6 cores=0,2,4,6
/proc/7406/task/7407/stat : 7407 (java) R 7404 7404 3347 0 -1 4202560 7713 0 0 0 955 5 0 0 20 0 15 0 46457797 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263806227648 140263448336292 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7408] ppid=7404 vsize=14091268 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7408/stat : 7408 (java) S 7404 7404 3347 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 46457798 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263397898640 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7409] ppid=7404 vsize=14091268 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7409/stat : 7409 (java) S 7404 7404 3347 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 46457798 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263396845840 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7410] ppid=7404 vsize=14091268 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7410/stat : 7410 (java) S 7404 7404 3347 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 46457798 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263395793552 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7411] ppid=7404 vsize=14091268 memory=1956 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7411/stat : 7411 (java) S 7404 7404 3347 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 46457798 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263394740752 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7412] ppid=7404 vsize=14091268 memory=279676996072128 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7412/stat : 7412 (java) S 7404 7404 3347 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 46457800 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263276096112 140263802002050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7413] ppid=7404 vsize=14091268 memory=288230604624101685 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7413/stat : 7413 (java) S 7404 7404 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46457800 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263275042144 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7414] ppid=7404 vsize=14091268 memory=15252640871220689 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7414/stat : 7414 (java) S 7404 7404 3347 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 46457800 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263273989760 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7415] ppid=7404 vsize=14091268 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7415/stat : 7415 (java) S 7404 7404 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46457803 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263272938064 140263802009499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7416] ppid=7404 vsize=14091268 memory=3471342234010787922 CPUtime=2.75 cores=0,2,4,6
/proc/7406/task/7416/stat : 7416 (java) S 7404 7404 3347 0 -1 1077944384 9427 0 0 0 272 3 0 0 20 0 15 0 46457803 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263271884912 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7417] ppid=7404 vsize=14091268 memory=279676996864848 CPUtime=2.46 cores=0,2,4,6
/proc/7406/task/7417/stat : 7417 (java) S 7404 7404 3347 0 -1 1077944384 7031 0 0 0 245 1 0 0 20 0 15 0 46457803 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263270832112 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7418] ppid=7404 vsize=14091268 memory=6944656592455360604 CPUtime=0.92 cores=0,2,4,6
/proc/7406/task/7418/stat : 7418 (java) S 7404 7404 3347 0 -1 1077944384 5199 0 0 0 91 1 0 0 20 0 15 0 46457803 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263269779824 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7419] ppid=7404 vsize=14091268 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7419/stat : 7419 (java) S 7404 7404 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46457803 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263268727264 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7420] ppid=7404 vsize=14091268 memory=15676 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7420/stat : 7420 (java) S 7404 7404 3347 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 15 0 46457803 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263267675056 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
Current children cumulated CPU time: 15.81 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 218564 KiB

[startup+10.0007 s]
/proc/loadavg: 1.90 1.66 1.60 3/221 7420
/proc/meminfo: memFree=16578776/32770624 swapFree=67108860/67108860
[pid=7404] ppid=7401 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7404/stat : 7404 (xcsp3-exec) S 7401 7404 3347 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 46457797 115843072 364 33554432000 4194304 5098028 140723084060688 140723084058792 140429857399420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7606272 140723084067898 140723084068100 140723084068100 140723084070858 0
/proc/7404/statm: 28282 364 306 221 0 87 0
[pid=7406] ppid=7404 vsize=14091268 memory=217108 CPUtime=16.01 cores=0,2,4,6
/proc/7406/stat : 7406 (java) S 7404 7404 3347 0 -1 1077944320 31344 0 0 0 1589 12 0 0 20 0 15 0 46457797 14429458432 54277 33554432000 4194304 4196468 140723575317152 140723575299696 140263801990903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
/proc/7406/statm: 3522817 54277 3386 1 0 3484032 0
[pid=7406/tid=7407] ppid=7404 vsize=14091268 memory=1844 CPUtime=9.8 cores=0,2,4,6
/proc/7406/task/7407/stat : 7407 (java) R 7404 7404 3347 0 -1 4202560 7717 0 0 0 975 5 0 0 20 0 15 0 46457797 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263806227728 140263449256971 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7408] ppid=7404 vsize=14091268 memory=796 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7408/stat : 7408 (java) S 7404 7404 3347 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 46457798 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263397898640 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7409] ppid=7404 vsize=14091268 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7409/stat : 7409 (java) S 7404 7404 3347 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 46457798 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263396845840 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7410] ppid=7404 vsize=14091268 memory=12984 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7410/stat : 7410 (java) S 7404 7404 3347 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 46457798 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263395793552 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7411] ppid=7404 vsize=14091268 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7411/stat : 7411 (java) S 7404 7404 3347 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 46457798 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263394740752 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7412] ppid=7404 vsize=14091268 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7412/stat : 7412 (java) S 7404 7404 3347 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 46457800 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263276096112 140263802002050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7413] ppid=7404 vsize=14091268 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7413/stat : 7413 (java) S 7404 7404 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46457800 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263275042144 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7414] ppid=7404 vsize=14091268 memory=210 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7414/stat : 7414 (java) S 7404 7404 3347 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 46457800 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263273989760 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7415] ppid=7404 vsize=14091268 memory=201 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7415/stat : 7415 (java) S 7404 7404 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46457803 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263272938064 140263802009499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7416] ppid=7404 vsize=14091268 memory=90 CPUtime=2.75 cores=0,2,4,6
/proc/7406/task/7416/stat : 7416 (java) S 7404 7404 3347 0 -1 1077944384 9427 0 0 0 272 3 0 0 20 0 15 0 46457803 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263271884912 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7417] ppid=7404 vsize=14091268 memory=0 CPUtime=2.46 cores=0,2,4,6
/proc/7406/task/7417/stat : 7417 (java) S 7404 7404 3347 0 -1 1077944384 7031 0 0 0 245 1 0 0 20 0 15 0 46457803 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263270832112 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7418] ppid=7404 vsize=14091268 memory=0 CPUtime=0.93 cores=0,2,4,6
/proc/7406/task/7418/stat : 7418 (java) S 7404 7404 3347 0 -1 1077944384 5200 0 0 0 92 1 0 0 20 0 15 0 46457803 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263269779824 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7419] ppid=7404 vsize=14091268 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7419/stat : 7419 (java) S 7404 7404 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46457803 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263268727264 140263802001109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
[pid=7406/tid=7420] ppid=7404 vsize=14091268 memory=139838498268520 CPUtime=0 cores=0,2,4,6
/proc/7406/task/7420/stat : 7420 (java) S 7404 7404 3347 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 15 0 46457803 14429458432 54277 33554432000 4194304 4196468 140723575317152 140263267675056 140263802002050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 34295808 140723575325825 140723575326001 140723575326001 140723575328719 0
Current children cumulated CPU time: 16.01 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 218564 KiB

Child status: 0
Real time (s): 10.0583
CPU time (s): 16.0747
CPU user time (s): 15.939
CPU system time (s): 0.135724
CPU usage (%): 159.815
Max. virtual memory (cumulated for all children) (KiB): 14204396
Max. memory (cumulated for all children) (KiB): 225780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.939
system time used= 0.135724
maximum resident set size= 224368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33217
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2897
involuntary context switches= 61


# summary of solver processes directly reported to runsolver:
#   pid: 7404
#   total CPU time (s): 16.0747
#   total CPU user time (s): 15.939
#   total CPU system time (s): 0.135724

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.071192 second user time and 0.153629 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 21:49:06
IDJOB=4292733
IDBENCH=141187
IDSOLVER=2747
FILE ID=node133/4292733-1532288946
RUNJOBID= node133-1532279307-5949
PBS_JOBID= 21018968
Free space on /tmp= 52628 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f08_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292733-1532288946/watcher-4292733-1532288946 -o /tmp/evaluation-result-4292733-1532288946/solver-4292733-1532288946 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532279307-5949 --watchdog 2560  HOME/xcsp3-exec -seed 1157317341 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292733-1532288946.xml

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

MD5SUM BENCH= 2cf96eb4ef0a34305468f9a178fec6f7
RANDOM SEED=1157317341

node133.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.24
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.24
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.24
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.24
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:        16801056 kB
MemAvailable:   31621832 kB
Buffers:          206972 kB
Cached:         14690120 kB
SwapCached:            0 kB
Active:          1611160 kB
Inactive:       13659280 kB
Active(anon):     362860 kB
Inactive(anon):    29520 kB
Active(file):    1248300 kB
Inactive(file): 13629760 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20720 kB
Writeback:             0 kB
AnonPages:        387484 kB
Mapped:            49112 kB
Shmem:             17056 kB
Slab:             398632 kB
SReclaimable:     371176 kB
SUnreclaim:        27456 kB
KernelStack:        3872 kB
PageTables:         6368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1421672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52604 MiB
End job on node133 at 2018-07-22 21:49:17