Trace number 4272687

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)UNSAT 105.905 94.845497

General information on the benchmark

NameRlfap/
Rlfap-m1-scens11/Rlfap-scen-11-f05.xml
MD5SUMf8050e8ddc741b4fb4a45c7e8cfb7628
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 benchmark12.0422
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size39
Distribution of domain sizes[{"size":6,"count":2},{"size":21,"count":4},{"size":22,"count":10},{"size":32,"count":336},{"size":39,"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.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272687-1502717940.xml"  -tl '2520s' -p 1 -x 3
0.13/0.25	c [HOME/instance-4272687-1502717940.xml, -tl, 2520s, -p, 1, -x, 3]
0.13/0.31	c simple solver
0.33/0.37	c parse instance...
3.06/1.29	c solve instance...
105.84/94.82	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 (14318 MiB free)
  memory of node 1: 16384 MiB (15361 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272687-1502717940/watcher-4272687-1502717940 -o /tmp/evaluation-result-4272687-1502717940/solver-4272687-1502717940 -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 192732715 HOME/instance-4272687-1502717940.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=20043, runsolver pid=20040
Current StackSize limit: 8192 KiB


[startup+0.100157 s]*
/proc/loadavg: 1.52 1.39 1.41 3/204 20051
/proc/meminfo: memFree=30385768/32770624 swapFree=67108860/67108860
[pid=20043] ppid=20040 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/20043/stat : 20043 (xcsp3-exec) S 20040 20043 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74014648 9740288 344 18446744073709551615 4194304 5098028 140735090912240 140735090910344 140572326810236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35069952 140735090913657 140735090913861 140735090913861 140735090917355 0
/proc/20043/statm: 2378 344 289 221 0 87 0
[pid=20045] ppid=20043 vsize=13574484 memory=16668 CPUtime=0.02 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20043 897 0 -1 1077944320 4032 0 0 0 2 0 0 0 20 0 9 0 74014655 13900271616 4167 18446744073709551615 4194304 4196468 140721136266608 140721136249152 140181680754423 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
/proc/20045/statm: 3393621 4167 2082 1 0 3383118 0
[pid=20045/tid=20046] ppid=20043 vsize=13574484 memory=7311146985107750967 CPUtime=0.02 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20043 897 0 -1 4202560 2738 0 0 0 2 0 0 0 20 0 9 0 74014655 13900271616 4233 18446744073709551615 4194304 4196468 140721136266608 140181684990568 140181680776349 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20047] ppid=20043 vsize=13574484 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20047/stat : 20047 (java) S 20043 20043 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 74014656 13900271616 4233 18446744073709551615 4194304 4196468 140721136266608 140181637720592 140181680764629 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20048] ppid=20043 vsize=13574484 memory=139930777489607 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20048/stat : 20048 (java) S 20043 20043 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 74014656 13900271616 4233 18446744073709551615 4194304 4196468 140721136266608 140181636668048 140181680764629 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20049] ppid=20043 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20049/stat : 20049 (java) S 20043 20043 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 74014656 13900271616 4233 18446744073709551615 4194304 4196468 140721136266608 140181635614992 140181680764629 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20050] ppid=20043 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20050/stat : 20050 (java) S 20043 20043 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 74014656 13900271616 4233 18446744073709551615 4194304 4196468 140721136266608 140181634562448 140181680764629 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20051] ppid=20043 vsize=13574484 memory=139930777470592 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20051/stat : 20051 (java) S 20043 20043 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 74014657 13900271616 4233 18446744073709551615 4194304 4196468 140721136266608 140181226408688 140181680765570 0 0 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20052] ppid=20043 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20052/stat : 20052 (java) S 20043 20043 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 74014658 13900271616 4233 18446744073709551615 4194304 4196468 140721136266608 140181225354912 140181680764629 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20053] ppid=20043 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20053/stat : 20053 (java) S 20043 20043 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 74014658 13900271616 4233 18446744073709551615 4194304 4196468 140721136266608 140181224301872 140181680764629 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 18044 KiB

[startup+0.209749 s]*
/proc/loadavg: 1.52 1.39 1.41 4/212 20059
/proc/meminfo: memFree=30373372/32770624 swapFree=67108860/67108860
[pid=20043] ppid=20040 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/20043/stat : 20043 (xcsp3-exec) S 20040 20043 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74014648 9740288 344 18446744073709551615 4194304 5098028 140735090912240 140735090910344 140572326810236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35069952 140735090913657 140735090913861 140735090913861 140735090917355 0
/proc/20043/statm: 2378 344 289 221 0 87 0
[pid=20045] ppid=20043 vsize=13974352 memory=30256 CPUtime=0.13 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20043 897 0 -1 1077944320 5526 0 0 0 12 1 0 0 20 0 15 0 74014655 14309736448 7564 18446744073709551615 4194304 4196468 140721136266608 140721136249152 140181680754423 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
/proc/20045/statm: 3493588 7564 2842 1 0 3482964 0
[pid=20045/tid=20046] ppid=20043 vsize=13974352 memory=7311146985107750967 CPUtime=0.09 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20043 897 0 -1 4202560 3462 0 0 0 9 0 0 0 20 0 15 0 74014655 14309736448 7564 18446744073709551615 4194304 4196468 140721136266608 140181684982672 140181680766358 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20047] ppid=20043 vsize=13974352 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20047/stat : 20047 (java) S 20043 20043 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74014656 14309736448 7564 18446744073709551615 4194304 4196468 140721136266608 140181637720592 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20048] ppid=20043 vsize=13974352 memory=139930777489607 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20048/stat : 20048 (java) S 20043 20043 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74014656 14309736448 7564 18446744073709551615 4194304 4196468 140721136266608 140181636668048 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20049] ppid=20043 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20049/stat : 20049 (java) S 20043 20043 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74014656 14309736448 7564 18446744073709551615 4194304 4196468 140721136266608 140181635614992 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20050] ppid=20043 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20050/stat : 20050 (java) S 20043 20043 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74014656 14309736448 7564 18446744073709551615 4194304 4196468 140721136266608 140181634562448 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20051] ppid=20043 vsize=13974352 memory=139930777470592 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20051/stat : 20051 (java) S 20043 20043 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74014657 14309736448 7564 18446744073709551615 4194304 4196468 140721136266608 140181226408688 140181680765570 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20052] ppid=20043 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20052/stat : 20052 (java) S 20043 20043 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74014658 14309736448 7564 18446744073709551615 4194304 4196468 140721136266608 140181225354912 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20053] ppid=20043 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20053/stat : 20053 (java) S 20043 20043 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74014658 14309736448 7630 18446744073709551615 4194304 4196468 140721136266608 140181224301808 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20054] ppid=20043 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20054/stat : 20054 (java) S 20043 20043 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74014661 14309736448 7630 18446744073709551615 4194304 4196468 140721136266608 140180661201360 140181680773019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20055] ppid=20043 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20055/stat : 20055 (java) R 20043 20043 897 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 74014661 14309736448 7630 18446744073709551615 4194304 4196468 140721136266608 140180660148464 140181680765570 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20056] ppid=20043 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20056/stat : 20056 (java) S 20043 20043 897 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 74014661 14309736448 7630 18446744073709551615 4194304 4196468 140721136266608 140180659095920 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20057] ppid=20043 vsize=13974352 memory=139930777470592 CPUtime=0.02 cores=1,3,5,7
/proc/20045/task/20057/stat : 20057 (java) S 20043 20043 897 0 -1 1077944384 331 0 0 0 2 0 0 0 20 0 15 0 74014661 14309736448 7630 18446744073709551615 4194304 4196468 140721136266608 140180658042864 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20058] ppid=20043 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20058/stat : 20058 (java) S 20043 20043 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74014661 14309736448 7630 18446744073709551615 4194304 4196468 140721136266608 140180656990560 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20059] ppid=20043 vsize=13974352 memory=139930777470592 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20059/stat : 20059 (java) S 20043 20043 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74014664 14309736448 7630 18446744073709551615 4194304 4196468 140721136266608 140180655938608 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 31632 KiB

[startup+0.311866 s]*
/proc/loadavg: 1.52 1.39 1.41 3/212 20059
/proc/meminfo: memFree=30361020/32770624 swapFree=67108860/67108860
[pid=20043] ppid=20040 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/20043/stat : 20043 (xcsp3-exec) S 20040 20043 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74014648 9740288 344 18446744073709551615 4194304 5098028 140735090912240 140735090910344 140572326810236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35069952 140735090913657 140735090913861 140735090913861 140735090917355 0
/proc/20043/statm: 2378 344 289 221 0 87 0
[pid=20045] ppid=20043 vsize=13978608 memory=42260 CPUtime=0.33 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20043 897 0 -1 1077944320 9322 0 0 0 30 3 0 0 20 0 15 0 74014655 14314094592 10565 18446744073709551615 4194304 4196468 140721136266608 140721136249152 140181680754423 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
/proc/20045/statm: 3494652 10565 3000 1 0 3482964 0
[pid=20045/tid=20046] ppid=20043 vsize=13978608 memory=-8774313645642428999 CPUtime=0.2 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20043 897 0 -1 4202560 6390 0 0 0 18 2 0 0 20 0 15 0 74014655 14314094592 10565 18446744073709551615 4194304 4196468 140721136266608 140181684975416 140181673432437 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20047] ppid=20043 vsize=13978608 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20047/stat : 20047 (java) S 20043 20043 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74014656 14314094592 10565 18446744073709551615 4194304 4196468 140721136266608 140181637720592 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20048] ppid=20043 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20048/stat : 20048 (java) S 20043 20043 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74014656 14314094592 10565 18446744073709551615 4194304 4196468 140721136266608 140181636668048 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20049] ppid=20043 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20049/stat : 20049 (java) S 20043 20043 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74014656 14314094592 10565 18446744073709551615 4194304 4196468 140721136266608 140181635614992 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20050] ppid=20043 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20050/stat : 20050 (java) S 20043 20043 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74014656 14314094592 10565 18446744073709551615 4194304 4196468 140721136266608 140181634562448 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20051] ppid=20043 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20051/stat : 20051 (java) S 20043 20043 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74014657 14314094592 10565 18446744073709551615 4194304 4196468 140721136266608 140181226408688 140181680765570 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20052] ppid=20043 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20052/stat : 20052 (java) S 20043 20043 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74014658 14314094592 10621 18446744073709551615 4194304 4196468 140721136266608 140181225354912 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20053] ppid=20043 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20053/stat : 20053 (java) S 20043 20043 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74014658 14314094592 10621 18446744073709551615 4194304 4196468 140721136266608 140181224301808 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20054] ppid=20043 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20054/stat : 20054 (java) S 20043 20043 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74014661 14314094592 10621 18446744073709551615 4194304 4196468 140721136266608 140180661201360 140181680773019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20055] ppid=20043 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20045/task/20055/stat : 20055 (java) S 20043 20043 897 0 -1 1077944384 391 0 0 0 2 0 0 0 20 0 15 0 74014661 14314094592 10621 18446744073709551615 4194304 4196468 140721136266608 140180660148464 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20056] ppid=20043 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20045/task/20056/stat : 20056 (java) S 20043 20043 897 0 -1 1077944384 497 0 0 0 2 0 0 0 20 0 15 0 74014661 14314094592 10621 18446744073709551615 4194304 4196468 140721136266608 140180659095920 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20057] ppid=20043 vsize=13978608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20045/task/20057/stat : 20057 (java) S 20043 20043 897 0 -1 1077944384 742 0 0 0 7 0 0 0 20 0 15 0 74014661 14314094592 10621 18446744073709551615 4194304 4196468 140721136266608 140180658042864 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20058] ppid=20043 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20058/stat : 20058 (java) S 20043 20043 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74014661 14314094592 10621 18446744073709551615 4194304 4196468 140721136266608 140180656990560 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20059] ppid=20043 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20059/stat : 20059 (java) S 20043 20043 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74014664 14314094592 10621 18446744073709551615 4194304 4196468 140721136266608 140180655938608 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 43636 KiB

[startup+0.701193 s]
/proc/loadavg: 1.52 1.39 1.41 5/212 20059
/proc/meminfo: memFree=30341064/32770624 swapFree=67108860/67108860
[pid=20043] ppid=20040 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/20043/stat : 20043 (xcsp3-exec) S 20040 20043 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74014648 9740288 344 18446744073709551615 4194304 5098028 140735090912240 140735090910344 140572326810236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35069952 140735090913657 140735090913861 140735090913861 140735090917355 0
/proc/20043/statm: 2378 344 289 221 0 87 0
[pid=20045] ppid=20043 vsize=13980732 memory=191216 CPUtime=1.41 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20043 897 0 -1 1077944320 15428 0 0 0 134 7 0 0 20 0 15 0 74014655 14316269568 47804 18446744073709551615 4194304 4196468 140721136266608 140721136249152 140181680754423 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
/proc/20045/statm: 3495183 47804 3172 1 0 3483476 0
[pid=20045/tid=20046] ppid=20043 vsize=13980732 memory=6935649255759568960 CPUtime=0.56 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20043 897 0 -1 4202560 8039 0 0 0 52 4 0 0 20 0 15 0 74014655 14316269568 47804 18446744073709551615 4194304 4196468 140721136266608 140181684993680 140181309697767 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20047] ppid=20043 vsize=13980732 memory=6935652631620640832 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20047/stat : 20047 (java) S 20043 20043 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74014656 14316269568 47804 18446744073709551615 4194304 4196468 140721136266608 140181637720592 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20048] ppid=20043 vsize=13980732 memory=7100839861566347365 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20048/stat : 20048 (java) S 20043 20043 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74014656 14316269568 47804 18446744073709551615 4194304 4196468 140721136266608 140181636668048 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20049] ppid=20043 vsize=13980732 memory=5859278125529317472 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20049/stat : 20049 (java) S 20043 20043 897 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 74014656 14316269568 47804 18446744073709551615 4194304 4196468 140721136266608 140181635614992 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20050] ppid=20043 vsize=13980732 memory=6935649255759568981 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20050/stat : 20050 (java) S 20043 20043 897 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 74014656 14316269568 47804 18446744073709551615 4194304 4196468 140721136266608 140181634562448 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20051] ppid=20043 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20051/stat : 20051 (java) S 20043 20043 897 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 74014657 14316269568 47804 18446744073709551615 4194304 4196468 140721136266608 140181226408688 140181680765570 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20052] ppid=20043 vsize=13980732 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20052/stat : 20052 (java) S 20043 20043 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74014658 14316269568 47804 18446744073709551615 4194304 4196468 140721136266608 140181225354912 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20053] ppid=20043 vsize=13980732 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20053/stat : 20053 (java) S 20043 20043 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 74014658 14316269568 47804 18446744073709551615 4194304 4196468 140721136266608 140181224301808 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20054] ppid=20043 vsize=13980732 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20054/stat : 20054 (java) S 20043 20043 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74014661 14316269568 47804 18446744073709551615 4194304 4196468 140721136266608 140180661201360 140181680773019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20055] ppid=20043 vsize=13980732 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/20045/task/20055/stat : 20055 (java) R 20043 20043 897 0 -1 4202560 1724 0 0 0 24 0 0 0 20 0 15 0 74014661 14316269568 47804 18446744073709551615 4194304 4196468 140721136266608 140180660138576 140181661390329 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20056] ppid=20043 vsize=13980732 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/20045/task/20056/stat : 20056 (java) R 20043 20043 897 0 -1 4202560 2099 0 0 0 23 0 0 0 20 0 15 0 74014661 14316269568 47804 18446744073709551615 4194304 4196468 140721136266608 140180659081800 140181662275823 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20057] ppid=20043 vsize=13980732 memory=2529 CPUtime=0.33 cores=1,3,5,7
/proc/20045/task/20057/stat : 20057 (java) S 20043 20043 897 0 -1 1077944384 2218 0 0 0 33 0 0 0 20 0 15 0 74014661 14316269568 47804 18446744073709551615 4194304 4196468 140721136266608 140180658042864 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20058] ppid=20043 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20058/stat : 20058 (java) S 20043 20043 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74014661 14316269568 47804 18446744073709551615 4194304 4196468 140721136266608 140180656990560 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20059] ppid=20043 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20059/stat : 20059 (java) S 20043 20043 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74014664 14316269568 47804 18446744073709551615 4194304 4196468 140721136266608 140180655938608 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 192592 KiB

[startup+1.50127 s]
/proc/loadavg: 1.52 1.39 1.41 5/212 20059
/proc/meminfo: memFree=30210068/32770624 swapFree=67108860/67108860
[pid=20043] ppid=20040 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/20043/stat : 20043 (xcsp3-exec) S 20040 20043 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74014648 9740288 344 18446744073709551615 4194304 5098028 140735090912240 140735090910344 140572326810236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35069952 140735090913657 140735090913861 140735090913861 140735090917355 0
/proc/20043/statm: 2378 344 289 221 0 87 0
[pid=20045] ppid=20043 vsize=13982780 memory=212168 CPUtime=3.94 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20043 897 0 -1 1077944320 17745 0 0 0 385 9 0 0 20 0 15 0 74014655 14318366720 53042 18446744073709551615 4194304 4196468 140721136266608 140721136249152 140181680754423 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
/proc/20045/statm: 3495695 53042 3223 1 0 3483988 0
[pid=20045/tid=20046] ppid=20043 vsize=13982780 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20043 897 0 -1 4202560 9007 0 0 0 129 5 0 0 20 0 15 0 74014655 14318366720 53042 18446744073709551615 4194304 4196468 140721136266608 140181684991168 140181314217006 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20047] ppid=20043 vsize=13982780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20047/stat : 20047 (java) S 20043 20043 897 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 74014656 14318366720 53042 18446744073709551615 4194304 4196468 140721136266608 140181637720592 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20048] ppid=20043 vsize=13982780 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20048/stat : 20048 (java) S 20043 20043 897 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 74014656 14318366720 53042 18446744073709551615 4194304 4196468 140721136266608 140181636668048 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20049] ppid=20043 vsize=13982780 memory=191216 CPUtime=0.01 cores=1,3,5,7
/proc/20045/task/20049/stat : 20049 (java) S 20043 20043 897 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 15 0 74014656 14318366720 53042 18446744073709551615 4194304 4196468 140721136266608 140181635614992 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20050] ppid=20043 vsize=13982780 memory=172245368478886 CPUtime=0 cores=1,3,5,7

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

/proc/20043/stat : 20043 (xcsp3-exec) S 20040 20043 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74014648 9740288 344 18446744073709551615 4194304 5098028 140735090912240 140735090910344 140572326810236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35069952 140735090913657 140735090913861 140735090913861 140735090917355 0
/proc/20043/statm: 2378 344 289 221 0 87 0
[pid=20045] ppid=20043 vsize=13982780 memory=768760 CPUtime=103.84 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20043 897 0 -1 1077944320 69860 0 0 0 10317 67 0 0 20 0 15 0 74014655 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140721136249152 140181680754423 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
/proc/20045/statm: 3495695 192190 3242 1 0 3483988 0
[pid=20045/tid=20046] ppid=20043 vsize=13982780 memory=768760 CPUtime=92.28 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20043 897 0 -1 4202560 17585 0 0 0 9217 11 0 0 20 0 15 0 74014655 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181684993760 140181316658578 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20047] ppid=20043 vsize=13982780 memory=1292 CPUtime=0.34 cores=1,3,5,7
/proc/20045/task/20047/stat : 20047 (java) S 20043 20043 897 0 -1 1077944384 665 0 0 0 23 11 0 0 20 0 15 0 74014656 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181637720592 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20048] ppid=20043 vsize=13982780 memory=1376 CPUtime=0.33 cores=1,3,5,7
/proc/20045/task/20048/stat : 20048 (java) S 20043 20043 897 0 -1 1077944384 1470 0 0 0 22 11 0 0 20 0 15 0 74014656 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181636668048 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20049] ppid=20043 vsize=13982780 memory=765672 CPUtime=0.34 cores=1,3,5,7
/proc/20045/task/20049/stat : 20049 (java) S 20043 20043 897 0 -1 1077944384 1046 0 0 0 23 11 0 0 20 0 15 0 74014656 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181635614992 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20050] ppid=20043 vsize=13982780 memory=952 CPUtime=0.34 cores=1,3,5,7
/proc/20045/task/20050/stat : 20050 (java) S 20043 20043 897 0 -1 1077944384 559 0 0 0 23 11 0 0 20 0 15 0 74014656 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181634562448 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20051] ppid=20043 vsize=13982780 memory=-8774313645642428999 CPUtime=0.02 cores=1,3,5,7
/proc/20045/task/20051/stat : 20051 (java) S 20043 20043 897 0 -1 1077944384 1489 0 0 0 2 0 0 0 20 0 15 0 74014657 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181226408688 140181680765570 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20052] ppid=20043 vsize=13982780 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20052/stat : 20052 (java) S 20043 20043 897 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 74014658 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181225354976 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20053] ppid=20043 vsize=13982780 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20053/stat : 20053 (java) S 20043 20043 897 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 74014658 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181224301824 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20054] ppid=20043 vsize=13982780 memory=10164 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20054/stat : 20054 (java) S 20043 20043 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180661201360 140181680773019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20055] ppid=20043 vsize=13982780 memory=-8774313645642428999 CPUtime=4.42 cores=1,3,5,7
/proc/20045/task/20055/stat : 20055 (java) S 20043 20043 897 0 -1 1077944384 17614 0 0 0 440 2 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180660148464 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20056] ppid=20043 vsize=13982780 memory=10996 CPUtime=4.52 cores=1,3,5,7
/proc/20045/task/20056/stat : 20056 (java) S 20043 20043 897 0 -1 1077944384 16760 0 0 0 450 2 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180659095920 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20057] ppid=20043 vsize=13982780 memory=1200 CPUtime=1.12 cores=1,3,5,7
/proc/20045/task/20057/stat : 20057 (java) S 20043 20043 897 0 -1 1077944384 10425 0 0 0 110 2 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180658042864 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20058] ppid=20043 vsize=13982780 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20058/stat : 20058 (java) S 20043 20043 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180656990560 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20059] ppid=20043 vsize=13982780 memory=-8774313645642428999 CPUtime=0.05 cores=1,3,5,7
/proc/20045/task/20059/stat : 20059 (java) S 20043 20043 897 0 -1 1077944384 948 0 0 0 2 3 0 0 20 0 15 0 74014664 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180655938608 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
Current children cumulated CPU time: 103.84 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 770136 KiB

[startup+93.6008 s]
/proc/loadavg: 1.38 1.38 1.41 3/211 20063
/proc/meminfo: memFree=29623876/32770624 swapFree=67108860/67108860
[pid=20043] ppid=20040 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/20043/stat : 20043 (xcsp3-exec) S 20040 20043 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74014648 9740288 344 18446744073709551615 4194304 5098028 140735090912240 140735090910344 140572326810236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35069952 140735090913657 140735090913861 140735090913861 140735090917355 0
/proc/20043/statm: 2378 344 289 221 0 87 0
[pid=20045] ppid=20043 vsize=13982780 memory=768760 CPUtime=104.64 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20043 897 0 -1 1077944320 69861 0 0 0 10397 67 0 0 20 0 15 0 74014655 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140721136249152 140181680754423 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
/proc/20045/statm: 3495695 192190 3242 1 0 3483988 0
[pid=20045/tid=20046] ppid=20043 vsize=13982780 memory=1292 CPUtime=93.08 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20043 897 0 -1 4202560 17586 0 0 0 9297 11 0 0 20 0 15 0 74014655 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181684993760 140181317594096 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20047] ppid=20043 vsize=13982780 memory=2316 CPUtime=0.34 cores=1,3,5,7
/proc/20045/task/20047/stat : 20047 (java) S 20043 20043 897 0 -1 1077944384 665 0 0 0 23 11 0 0 20 0 15 0 74014656 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181637720592 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20048] ppid=20043 vsize=13982780 memory=1728 CPUtime=0.33 cores=1,3,5,7
/proc/20045/task/20048/stat : 20048 (java) S 20043 20043 897 0 -1 1077944384 1470 0 0 0 22 11 0 0 20 0 15 0 74014656 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181636668048 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20049] ppid=20043 vsize=13982780 memory=1228 CPUtime=0.34 cores=1,3,5,7
/proc/20045/task/20049/stat : 20049 (java) S 20043 20043 897 0 -1 1077944384 1046 0 0 0 23 11 0 0 20 0 15 0 74014656 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181635614992 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20050] ppid=20043 vsize=13982780 memory=796 CPUtime=0.34 cores=1,3,5,7
/proc/20045/task/20050/stat : 20050 (java) S 20043 20043 897 0 -1 1077944384 559 0 0 0 23 11 0 0 20 0 15 0 74014656 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181634562448 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20051] ppid=20043 vsize=13982780 memory=5788 CPUtime=0.02 cores=1,3,5,7
/proc/20045/task/20051/stat : 20051 (java) S 20043 20043 897 0 -1 1077944384 1489 0 0 0 2 0 0 0 20 0 15 0 74014657 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181226408688 140181680765570 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20052] ppid=20043 vsize=13982780 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20052/stat : 20052 (java) S 20043 20043 897 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 74014658 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181225354976 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20053] ppid=20043 vsize=13982780 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20053/stat : 20053 (java) S 20043 20043 897 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 74014658 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181224301824 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20054] ppid=20043 vsize=13982780 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20054/stat : 20054 (java) S 20043 20043 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180661201360 140181680773019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20055] ppid=20043 vsize=13982780 memory=10164 CPUtime=4.42 cores=1,3,5,7
/proc/20045/task/20055/stat : 20055 (java) S 20043 20043 897 0 -1 1077944384 17614 0 0 0 440 2 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180660148464 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20056] ppid=20043 vsize=13982780 memory=1440 CPUtime=4.52 cores=1,3,5,7
/proc/20045/task/20056/stat : 20056 (java) S 20043 20043 897 0 -1 1077944384 16760 0 0 0 450 2 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180659095920 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20057] ppid=20043 vsize=13982780 memory=2000 CPUtime=1.12 cores=1,3,5,7
/proc/20045/task/20057/stat : 20057 (java) S 20043 20043 897 0 -1 1077944384 10425 0 0 0 110 2 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180658042864 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20058] ppid=20043 vsize=13982780 memory=10996 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20058/stat : 20058 (java) S 20043 20043 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180656990560 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20059] ppid=20043 vsize=13982780 memory=1200 CPUtime=0.05 cores=1,3,5,7
/proc/20045/task/20059/stat : 20059 (java) S 20043 20043 897 0 -1 1077944384 948 0 0 0 2 3 0 0 20 0 15 0 74014664 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180655938608 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
Current children cumulated CPU time: 104.64 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 770136 KiB

[startup+94.4008 s]
/proc/loadavg: 1.38 1.38 1.41 3/211 20063
/proc/meminfo: memFree=29623876/32770624 swapFree=67108860/67108860
[pid=20043] ppid=20040 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/20043/stat : 20043 (xcsp3-exec) S 20040 20043 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74014648 9740288 344 18446744073709551615 4194304 5098028 140735090912240 140735090910344 140572326810236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35069952 140735090913657 140735090913861 140735090913861 140735090917355 0
/proc/20043/statm: 2378 344 289 221 0 87 0
[pid=20045] ppid=20043 vsize=13982780 memory=768760 CPUtime=105.44 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20043 897 0 -1 1077944320 69863 0 0 0 10477 67 0 0 20 0 15 0 74014655 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140721136249152 140181680754423 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
/proc/20045/statm: 3495695 192190 3242 1 0 3483988 0
[pid=20045/tid=20046] ppid=20043 vsize=13982780 memory=1376 CPUtime=93.88 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20043 897 0 -1 4202560 17588 0 0 0 9377 11 0 0 20 0 15 0 74014655 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181684993760 140181315398702 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20047] ppid=20043 vsize=13982780 memory=1376 CPUtime=0.34 cores=1,3,5,7
/proc/20045/task/20047/stat : 20047 (java) S 20043 20043 897 0 -1 1077944384 665 0 0 0 23 11 0 0 20 0 15 0 74014656 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181637720592 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20048] ppid=20043 vsize=13982780 memory=-8774313645642428999 CPUtime=0.33 cores=1,3,5,7
/proc/20045/task/20048/stat : 20048 (java) S 20043 20043 897 0 -1 1077944384 1470 0 0 0 22 11 0 0 20 0 15 0 74014656 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181636668048 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20049] ppid=20043 vsize=13982780 memory=840 CPUtime=0.34 cores=1,3,5,7
/proc/20045/task/20049/stat : 20049 (java) S 20043 20043 897 0 -1 1077944384 1046 0 0 0 23 11 0 0 20 0 15 0 74014656 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181635614992 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20050] ppid=20043 vsize=13982780 memory=16436 CPUtime=0.34 cores=1,3,5,7
/proc/20045/task/20050/stat : 20050 (java) S 20043 20043 897 0 -1 1077944384 559 0 0 0 23 11 0 0 20 0 15 0 74014656 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181634562448 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20051] ppid=20043 vsize=13982780 memory=2752 CPUtime=0.02 cores=1,3,5,7
/proc/20045/task/20051/stat : 20051 (java) S 20043 20043 897 0 -1 1077944384 1489 0 0 0 2 0 0 0 20 0 15 0 74014657 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181226408688 140181680765570 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20052] ppid=20043 vsize=13982780 memory=2316 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20052/stat : 20052 (java) S 20043 20043 897 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 74014658 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181225354976 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20053] ppid=20043 vsize=13982780 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20053/stat : 20053 (java) S 20043 20043 897 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 74014658 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181224301824 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20054] ppid=20043 vsize=13982780 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20054/stat : 20054 (java) S 20043 20043 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180661201360 140181680773019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20055] ppid=20043 vsize=13982780 memory=796 CPUtime=4.42 cores=1,3,5,7
/proc/20045/task/20055/stat : 20055 (java) S 20043 20043 897 0 -1 1077944384 17614 0 0 0 440 2 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180660148464 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20056] ppid=20043 vsize=13982780 memory=5788 CPUtime=4.52 cores=1,3,5,7
/proc/20045/task/20056/stat : 20056 (java) S 20043 20043 897 0 -1 1077944384 16760 0 0 0 450 2 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180659095920 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20057] ppid=20043 vsize=13982780 memory=1376 CPUtime=1.12 cores=1,3,5,7
/proc/20045/task/20057/stat : 20057 (java) S 20043 20043 897 0 -1 1077944384 10425 0 0 0 110 2 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180658042864 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20058] ppid=20043 vsize=13982780 memory=768760 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20058/stat : 20058 (java) S 20043 20043 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180656990560 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20059] ppid=20043 vsize=13982780 memory=4044 CPUtime=0.05 cores=1,3,5,7
/proc/20045/task/20059/stat : 20059 (java) S 20043 20043 897 0 -1 1077944384 948 0 0 0 2 3 0 0 20 0 15 0 74014664 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180655938608 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
Current children cumulated CPU time: 105.44 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 770136 KiB

[startup+94.8008 s]
/proc/loadavg: 1.38 1.38 1.41 3/211 20063
/proc/meminfo: memFree=29623876/32770624 swapFree=67108860/67108860
[pid=20043] ppid=20040 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/20043/stat : 20043 (xcsp3-exec) S 20040 20043 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74014648 9740288 344 18446744073709551615 4194304 5098028 140735090912240 140735090910344 140572326810236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35069952 140735090913657 140735090913861 140735090913861 140735090917355 0
/proc/20043/statm: 2378 344 289 221 0 87 0
[pid=20045] ppid=20043 vsize=13982780 memory=768760 CPUtime=105.84 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20043 897 0 -1 1077944320 69896 0 0 0 10517 67 0 0 20 0 15 0 74014655 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140721136249152 140181680754423 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
/proc/20045/statm: 3495695 192190 3242 1 0 3483988 0
[pid=20045/tid=20046] ppid=20043 vsize=13982780 memory=960 CPUtime=94.28 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20043 897 0 -1 4202560 17590 0 0 0 9417 11 0 0 20 0 15 0 74014655 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181684993760 140181316462891 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20047] ppid=20043 vsize=13982780 memory=1240 CPUtime=0.34 cores=1,3,5,7
/proc/20045/task/20047/stat : 20047 (java) S 20043 20043 897 0 -1 1077944384 665 0 0 0 23 11 0 0 20 0 15 0 74014656 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181637720592 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20048] ppid=20043 vsize=13982780 memory=2248 CPUtime=0.33 cores=1,3,5,7
/proc/20045/task/20048/stat : 20048 (java) S 20043 20043 897 0 -1 1077944384 1470 0 0 0 22 11 0 0 20 0 15 0 74014656 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181636668048 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20049] ppid=20043 vsize=13982780 memory=4304 CPUtime=0.34 cores=1,3,5,7
/proc/20045/task/20049/stat : 20049 (java) S 20043 20043 897 0 -1 1077944384 1046 0 0 0 23 11 0 0 20 0 15 0 74014656 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181635614992 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20050] ppid=20043 vsize=13982780 memory=1624 CPUtime=0.34 cores=1,3,5,7
/proc/20045/task/20050/stat : 20050 (java) S 20043 20043 897 0 -1 1077944384 559 0 0 0 23 11 0 0 20 0 15 0 74014656 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181634562448 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20051] ppid=20043 vsize=13982780 memory=928 CPUtime=0.02 cores=1,3,5,7
/proc/20045/task/20051/stat : 20051 (java) S 20043 20043 897 0 -1 1077944384 1489 0 0 0 2 0 0 0 20 0 15 0 74014657 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181226408688 140181680765570 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20052] ppid=20043 vsize=13982780 memory=960 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20052/stat : 20052 (java) S 20043 20043 897 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 74014658 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181225354976 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20053] ppid=20043 vsize=13982780 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20053/stat : 20053 (java) S 20043 20043 897 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 74014658 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140181224301824 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20054] ppid=20043 vsize=13982780 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20054/stat : 20054 (java) S 20043 20043 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180661201360 140181680773019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20055] ppid=20043 vsize=13982780 memory=4304 CPUtime=4.42 cores=1,3,5,7
/proc/20045/task/20055/stat : 20055 (java) S 20043 20043 897 0 -1 1077944384 17614 0 0 0 440 2 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180660148464 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20056] ppid=20043 vsize=13982780 memory=1624 CPUtime=4.52 cores=1,3,5,7
/proc/20045/task/20056/stat : 20056 (java) S 20043 20043 897 0 -1 1077944384 16760 0 0 0 450 2 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180659095920 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20057] ppid=20043 vsize=13982780 memory=928 CPUtime=1.12 cores=1,3,5,7
/proc/20045/task/20057/stat : 20057 (java) S 20043 20043 897 0 -1 1077944384 10456 0 0 0 110 2 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180658042864 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20058] ppid=20043 vsize=13982780 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20058/stat : 20058 (java) S 20043 20043 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74014661 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180656990560 140181680764629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
[pid=20045/tid=20059] ppid=20043 vsize=13982780 memory=840 CPUtime=0.05 cores=1,3,5,7
/proc/20045/task/20059/stat : 20059 (java) S 20043 20043 897 0 -1 1077944384 948 0 0 0 2 3 0 0 20 0 15 0 74014664 14318366720 192190 18446744073709551615 4194304 4196468 140721136266608 140180655938608 140181680765570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 35344384 140721136271793 140721136271969 140721136271969 140721136275407 0
Current children cumulated CPU time: 105.84 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 770136 KiB

Child status: 0
Real time (s): 94.8455
CPU time (s): 105.905
CPU user time (s): 105.22
CPU system time (s): 0.684828
CPU usage (%): 111.661
Max. virtual memory (cumulated for all children) (KiB): 13992292
Max. memory (cumulated for all children) (KiB): 781352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.22
system time used= 0.684828
maximum resident set size= 788256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71453
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5858
involuntary context switches= 142


# summary of solver processes directly reported to runsolver:
#   pid: 20043
#   total CPU time (s): 105.905
#   total CPU user time (s): 105.22
#   total CPU system time (s): 0.684828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.631262 second user time and 0.925965 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-14 15:24:54
IDJOB=4272687
IDBENCH=120793
IDSOLVER=2664
FILE ID=node125/4272687-1502717940
RUNJOBID= node125-1502662595-11629
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens11/Rlfap-scen-11-f05.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-4272687-1502717940/watcher-4272687-1502717940 -o /tmp/evaluation-result-4272687-1502717940/solver-4272687-1502717940 -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 192732715 HOME/instance-4272687-1502717940.xml

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

MD5SUM BENCH= f8050e8ddc741b4fb4a45c7e8cfb7628
RANDOM SEED=192732715

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:        30393088 kB
MemAvailable:   31347660 kB
Buffers:          295292 kB
Cached:           953324 kB
SwapCached:            0 kB
Active:          1349292 kB
Inactive:         597164 kB
Active(anon):     698048 kB
Inactive(anon):    33100 kB
Active(file):     651244 kB
Inactive(file):   564064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7816 kB
Writeback:             0 kB
AnonPages:        697732 kB
Mapped:            61500 kB
Shmem:             33444 kB
Slab:             136044 kB
SReclaimable:     110200 kB
SUnreclaim:        25844 kB
KernelStack:        3472 kB
PageTables:         6716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1376376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    567296 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= 62016 MiB
End job on node125 at 2017-08-14 15:26:29