Trace number 4283966

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-08-18)UNSAT 959.79102 926.52301

General information on the benchmark

NameRlfap/
Rlfap-m1-scens11/Rlfap-scen-11-f03.xml
MD5SUMb0c58d7e712a0938766b5bf6b16c9539
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 benchmark136.98801
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size41
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":34,"count":336},{"size":41,"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.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283966-1503187660.xml"  -tl '2520s' -p 1 -x 3
0.13/0.25	c [HOME/instance-4283966-1503187660.xml, -tl, 2520s, -p, 1, -x, 3]
0.13/0.31	c simple solver
0.33/0.38	c parse instance...
3.33/1.30	c solve instance...
959.77/926.50	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 (14103 MiB free)
  memory of node 1: 16384 MiB (15725 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283966-1503187660/watcher-4283966-1503187660 -o /tmp/evaluation-result-4283966-1503187660/solver-4283966-1503187660 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30215 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1834904422 HOME/instance-4283966-1503187660.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=32309, runsolver pid=32306
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 1.29 1.36 1.51 3/203 32316
/proc/meminfo: memFree=30537856/32770624 swapFree=67108860/67108860
[pid=32309] ppid=32306 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32309/stat : 32309 (xcsp3-exec) S 32306 32309 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17175715 9740288 345 18446744073709551615 4194304 5098028 140721072487840 140721072485944 140115913749116 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 11071488 140721072492921 140721072493126 140721072493126 140721072496619 0
/proc/32309/statm: 2378 345 289 221 0 87 0
[pid=32311] ppid=32309 vsize=13442384 memory=15952 CPUtime=0.02 cores=1,3,5,7
/proc/32311/stat : 32311 (java) S 32309 32309 16431 0 -1 1077944320 3785 0 0 0 2 0 0 0 20 0 8 0 17175723 13765001216 3988 18446744073709551615 4194304 4196468 140727235104032 140727235086576 140061839093495 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
/proc/32311/statm: 3360596 3988 2025 1 0 3350093 0
[pid=32311/tid=32312] ppid=32309 vsize=13507920 memory=-8713483618642719840 CPUtime=0.01 cores=1,3,5,7
/proc/32311/task/32312/stat : 32312 (java) R 32309 32309 16431 0 -1 4202560 2545 0 0 0 1 0 0 0 20 0 8 0 17175723 13832110080 3988 18446744073709551615 4194304 4196468 140727235104032 140061843326632 140061823173982 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32313] ppid=32309 vsize=13507920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32313/stat : 32313 (java) S 32309 32309 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 17175724 13832110080 3988 18446744073709551615 4194304 4196468 140727235104032 140061773527312 140061839103701 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32314] ppid=32309 vsize=13507920 memory=140172968552064 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32314/stat : 32314 (java) S 32309 32309 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 17175724 13832110080 3988 18446744073709551615 4194304 4196468 140727235104032 140061772474768 140061839103701 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32315] ppid=32309 vsize=13507920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32315/stat : 32315 (java) S 32309 32309 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 17175724 13832110080 3988 18446744073709551615 4194304 4196468 140727235104032 140061771422224 140061839103701 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32316] ppid=32309 vsize=13507920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32316/stat : 32316 (java) S 32309 32309 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 17175724 13832110080 3988 18446744073709551615 4194304 4196468 140727235104032 140061770369680 140061839103701 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32317] ppid=32309 vsize=13507920 memory=140172968552064 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32317/stat : 32317 (java) S 32309 32309 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 17175725 13832110080 3988 18446744073709551615 4194304 4196468 140727235104032 140061317630448 140061839104642 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32318] ppid=32309 vsize=13507920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32318/stat : 32318 (java) S 32309 32309 16431 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 17175726 13832110080 3988 18446744073709551615 4194304 4196468 140727235104032 140061316575568 140061839103701 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13451896 KiB
Current children cumulated memory: 17332 KiB

[startup+0.216389 s]*
/proc/loadavg: 1.29 1.36 1.51 4/212 32325
/proc/meminfo: memFree=30527988/32770624 swapFree=67108860/67108860
[pid=32309] ppid=32306 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32309/stat : 32309 (xcsp3-exec) S 32306 32309 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17175715 9740288 345 18446744073709551615 4194304 5098028 140721072487840 140721072485944 140115913749116 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 11071488 140721072492921 140721072493126 140721072493126 140721072496619 0
/proc/32309/statm: 2378 345 289 221 0 87 0
[pid=32311] ppid=32309 vsize=13974352 memory=28672 CPUtime=0.13 cores=1,3,5,7
/proc/32311/stat : 32311 (java) S 32309 32309 16431 0 -1 1077944320 5572 0 0 0 12 1 0 0 20 0 15 0 17175723 14309736448 7168 18446744073709551615 4194304 4196468 140727235104032 140727235086576 140061839093495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
/proc/32311/statm: 3493588 7168 2873 1 0 3482964 0
[pid=32311/tid=32312] ppid=32309 vsize=13974352 memory=-6871798056524144002 CPUtime=0.1 cores=1,3,5,7
/proc/32311/task/32312/stat : 32312 (java) R 32309 32309 16431 0 -1 4202560 3506 0 0 0 9 1 0 0 20 0 15 0 17175723 14309736448 7168 18446744073709551615 4194304 4196468 140727235104032 140061843323136 140061839105430 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32313] ppid=32309 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32313/stat : 32313 (java) S 32309 32309 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17175724 14309736448 7168 18446744073709551615 4194304 4196468 140727235104032 140061773527312 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32314] ppid=32309 vsize=13974352 memory=140172968552064 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32314/stat : 32314 (java) S 32309 32309 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17175724 14309736448 7168 18446744073709551615 4194304 4196468 140727235104032 140061772474768 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32315] ppid=32309 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32315/stat : 32315 (java) S 32309 32309 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17175724 14309736448 7168 18446744073709551615 4194304 4196468 140727235104032 140061771422224 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32316] ppid=32309 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32316/stat : 32316 (java) S 32309 32309 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17175724 14309736448 7168 18446744073709551615 4194304 4196468 140727235104032 140061770369680 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32317] ppid=32309 vsize=13974352 memory=140172968552064 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32317/stat : 32317 (java) S 32309 32309 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17175725 14309736448 7168 18446744073709551615 4194304 4196468 140727235104032 140061317630448 140061839104642 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32318] ppid=32309 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32318/stat : 32318 (java) S 32309 32309 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17175726 14309736448 7168 18446744073709551615 4194304 4196468 140727235104032 140061316576672 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32319] ppid=32309 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32319/stat : 32319 (java) S 32309 32309 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17175726 14309736448 7168 18446744073709551615 4194304 4196468 140727235104032 140061315524080 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32320] ppid=32309 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32320/stat : 32320 (java) S 32309 32309 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17175728 14309736448 7168 18446744073709551615 4194304 4196468 140727235104032 140061314472656 140061839112091 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32321] ppid=32309 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32321/stat : 32321 (java) S 32309 32309 16431 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 17175728 14309736448 7168 18446744073709551615 4194304 4196468 140727235104032 140061313419248 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32322] ppid=32309 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32322/stat : 32322 (java) S 32309 32309 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17175728 14309736448 7168 18446744073709551615 4194304 4196468 140727235104032 140061312366704 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32323] ppid=32309 vsize=13974352 memory=140172968552064 CPUtime=0.02 cores=1,3,5,7
/proc/32311/task/32323/stat : 32323 (java) S 32309 32309 16431 0 -1 1077944384 341 0 0 0 2 0 0 0 20 0 15 0 17175728 14309736448 7168 18446744073709551615 4194304 4196468 140727235104032 140061311314160 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32324] ppid=32309 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32324/stat : 32324 (java) S 32309 32309 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17175728 14309736448 7168 18446744073709551615 4194304 4196468 140727235104032 140061310261856 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32325] ppid=32309 vsize=13974352 memory=140172968552064 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32325/stat : 32325 (java) S 32309 32309 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17175732 14309736448 7168 18446744073709551615 4194304 4196468 140727235104032 140061309209392 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30052 KiB

[startup+0.310373 s]*
/proc/loadavg: 1.29 1.36 1.51 4/212 32325
/proc/meminfo: memFree=30515256/32770624 swapFree=67108860/67108860
[pid=32309] ppid=32306 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32309/stat : 32309 (xcsp3-exec) S 32306 32309 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17175715 9740288 345 18446744073709551615 4194304 5098028 140721072487840 140721072485944 140115913749116 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 11071488 140721072492921 140721072493126 140721072493126 140721072496619 0
/proc/32309/statm: 2378 345 289 221 0 87 0
[pid=32311] ppid=32309 vsize=13978608 memory=40232 CPUtime=0.33 cores=1,3,5,7
/proc/32311/stat : 32311 (java) S 32309 32309 16431 0 -1 1077944320 9234 0 0 0 30 3 0 0 20 0 15 0 17175723 14314094592 10058 18446744073709551615 4194304 4196468 140727235104032 140727235086576 140061839093495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
/proc/32311/statm: 3494652 10058 3031 1 0 3482964 0
[pid=32311/tid=32312] ppid=32309 vsize=13978608 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/32311/task/32312/stat : 32312 (java) R 32309 32309 16431 0 -1 4202560 6368 0 0 0 17 2 0 0 20 0 15 0 17175723 14314094592 10058 18446744073709551615 4194304 4196468 140727235104032 140061843314488 140061823173982 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32313] ppid=32309 vsize=13978608 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32313/stat : 32313 (java) S 32309 32309 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17175724 14314094592 10058 18446744073709551615 4194304 4196468 140727235104032 140061773527312 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32314] ppid=32309 vsize=13978608 memory=-7305533901252758645 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32314/stat : 32314 (java) S 32309 32309 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17175724 14314094592 10058 18446744073709551615 4194304 4196468 140727235104032 140061772474768 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32315] ppid=32309 vsize=13978608 memory=8248408006974860141 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32315/stat : 32315 (java) S 32309 32309 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17175724 14314094592 10058 18446744073709551615 4194304 4196468 140727235104032 140061771422224 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32316] ppid=32309 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32316/stat : 32316 (java) S 32309 32309 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17175724 14314094592 10058 18446744073709551615 4194304 4196468 140727235104032 140061770369680 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32317] ppid=32309 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32317/stat : 32317 (java) S 32309 32309 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17175725 14314094592 10058 18446744073709551615 4194304 4196468 140727235104032 140061317630448 140061839104642 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32318] ppid=32309 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32318/stat : 32318 (java) S 32309 32309 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17175726 14314094592 10058 18446744073709551615 4194304 4196468 140727235104032 140061316576672 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32319] ppid=32309 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32319/stat : 32319 (java) S 32309 32309 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17175726 14314094592 10058 18446744073709551615 4194304 4196468 140727235104032 140061315524080 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32320] ppid=32309 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32320/stat : 32320 (java) S 32309 32309 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17175728 14314094592 10058 18446744073709551615 4194304 4196468 140727235104032 140061314472656 140061839112091 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32321] ppid=32309 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32311/task/32321/stat : 32321 (java) S 32309 32309 16431 0 -1 1077944384 544 0 0 0 2 0 0 0 20 0 15 0 17175728 14314094592 10058 18446744073709551615 4194304 4196468 140727235104032 140061313419248 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32322] ppid=32309 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32311/task/32322/stat : 32322 (java) S 32309 32309 16431 0 -1 1077944384 285 0 0 0 2 0 0 0 20 0 15 0 17175728 14314094592 10058 18446744073709551615 4194304 4196468 140727235104032 140061312366704 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32323] ppid=32309 vsize=13978608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32311/task/32323/stat : 32323 (java) S 32309 32309 16431 0 -1 1077944384 735 0 0 0 7 0 0 0 20 0 15 0 17175728 14314094592 10058 18446744073709551615 4194304 4196468 140727235104032 140061311314160 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32324] ppid=32309 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32324/stat : 32324 (java) S 32309 32309 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17175728 14314094592 10058 18446744073709551615 4194304 4196468 140727235104032 140061310261856 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32325] ppid=32309 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32325/stat : 32325 (java) S 32309 32309 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17175732 14314094592 10058 18446744073709551615 4194304 4196468 140727235104032 140061309209392 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41612 KiB

[startup+0.700826 s]
/proc/loadavg: 1.29 1.36 1.51 4/212 32325
/proc/meminfo: memFree=30495416/32770624 swapFree=67108860/67108860
[pid=32309] ppid=32306 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32309/stat : 32309 (xcsp3-exec) S 32306 32309 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17175715 9740288 345 18446744073709551615 4194304 5098028 140721072487840 140721072485944 140115913749116 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 11071488 140721072492921 140721072493126 140721072493126 140721072496619 0
/proc/32309/statm: 2378 345 289 221 0 87 0
[pid=32311] ppid=32309 vsize=13980732 memory=187424 CPUtime=1.36 cores=1,3,5,7
/proc/32311/stat : 32311 (java) S 32309 32309 16431 0 -1 1077944320 15000 0 0 0 128 8 0 0 20 0 15 0 17175723 14316269568 46856 18446744073709551615 4194304 4196468 140727235104032 140727235086576 140061839093495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
/proc/32311/statm: 3495183 46856 3169 1 0 3483476 0
[pid=32311/tid=32312] ppid=32309 vsize=13980732 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/32311/task/32312/stat : 32312 (java) R 32309 32309 16431 0 -1 4202560 8035 0 0 0 50 6 0 0 20 0 15 0 17175723 14316269568 46856 18446744073709551615 4194304 4196468 140727235104032 140061843332064 140061839105430 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32313] ppid=32309 vsize=13980732 memory=8319106358720278582 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32313/stat : 32313 (java) S 32309 32309 16431 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 17175724 14316269568 46856 18446744073709551615 4194304 4196468 140727235104032 140061773527312 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32314] ppid=32309 vsize=13980732 memory=5787215021080732992 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32314/stat : 32314 (java) S 32309 32309 16431 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 17175724 14316269568 46856 18446744073709551615 4194304 4196468 140727235104032 140061772474768 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32315] ppid=32309 vsize=13980732 memory=4638778398332698721 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32315/stat : 32315 (java) S 32309 32309 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17175724 14316269568 46856 18446744073709551615 4194304 4196468 140727235104032 140061771422224 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32316] ppid=32309 vsize=13980732 memory=6935649255759568960 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32316/stat : 32316 (java) S 32309 32309 16431 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 17175724 14316269568 46856 18446744073709551615 4194304 4196468 140727235104032 140061770369680 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32317] ppid=32309 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32317/stat : 32317 (java) S 32309 32309 16431 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 17175725 14316269568 46856 18446744073709551615 4194304 4196468 140727235104032 140061317630448 140061839104642 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32318] ppid=32309 vsize=13980732 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32318/stat : 32318 (java) S 32309 32309 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17175726 14316269568 46856 18446744073709551615 4194304 4196468 140727235104032 140061316576672 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32319] ppid=32309 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32319/stat : 32319 (java) S 32309 32309 16431 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 17175726 14316269568 46856 18446744073709551615 4194304 4196468 140727235104032 140061315524080 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32320] ppid=32309 vsize=13980732 memory=140172834382448 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32320/stat : 32320 (java) S 32309 32309 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17175728 14316269568 46856 18446744073709551615 4194304 4196468 140727235104032 140061314472656 140061839112091 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32321] ppid=32309 vsize=13980732 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/32311/task/32321/stat : 32321 (java) R 32309 32309 16431 0 -1 4202560 1814 0 0 0 22 0 0 0 20 0 15 0 17175728 14316269568 46856 18446744073709551615 4194304 4196468 140727235104032 140061313400264 140061816934529 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32322] ppid=32309 vsize=13980732 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/32311/task/32322/stat : 32322 (java) R 32309 32309 16431 0 -1 4202560 1492 0 0 0 21 0 0 0 20 0 15 0 17175728 14316269568 46856 18446744073709551615 4194304 4196468 140727235104032 140061312353208 140061817232048 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32323] ppid=32309 vsize=13980732 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/32311/task/32323/stat : 32323 (java) R 32309 32309 16431 0 -1 4202560 2308 0 0 0 32 0 0 0 20 0 15 0 17175728 14316269568 46856 18446744073709551615 4194304 4196468 140727235104032 140061311314160 140061839114842 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32324] ppid=32309 vsize=13980732 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32324/stat : 32324 (java) S 32309 32309 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17175728 14316269568 46856 18446744073709551615 4194304 4196468 140727235104032 140061310261856 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32325] ppid=32309 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32325/stat : 32325 (java) S 32309 32309 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17175732 14316269568 46856 18446744073709551615 4194304 4196468 140727235104032 140061309209392 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 188804 KiB

[startup+1.50087 s]
/proc/loadavg: 1.29 1.36 1.51 4/212 32325
/proc/meminfo: memFree=30365076/32770624 swapFree=67108860/67108860
[pid=32309] ppid=32306 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32309/stat : 32309 (xcsp3-exec) S 32306 32309 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17175715 9740288 345 18446744073709551615 4194304 5098028 140721072487840 140721072485944 140115913749116 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 11071488 140721072492921 140721072493126 140721072493126 140721072496619 0
/proc/32309/statm: 2378 345 289 221 0 87 0
[pid=32311] ppid=32309 vsize=13982780 memory=209728 CPUtime=3.97 cores=1,3,5,7
/proc/32311/stat : 32311 (java) S 32309 32309 16431 0 -1 1077944320 17633 0 0 0 386 11 0 0 20 0 15 0 17175723 14318366720 52432 18446744073709551615 4194304 4196468 140727235104032 140727235086576 140061839093495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
/proc/32311/statm: 3495695 52432 3221 1 0 3483988 0
[pid=32311/tid=32312] ppid=32309 vsize=13982780 memory=8547710663883855229 CPUtime=1.34 cores=1,3,5,7
/proc/32311/task/32312/stat : 32312 (java) R 32309 32309 16431 0 -1 4202560 9005 0 0 0 128 6 0 0 20 0 15 0 17175723 14318366720 52432 18446744073709551615 4194304 4196468 140727235104032 140061843330136 140061457906009 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32313] ppid=32309 vsize=13982780 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32311/task/32313/stat : 32313 (java) S 32309 32309 16431 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 17175724 14318366720 52432 18446744073709551615 4194304 4196468 140727235104032 140061773527312 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32314] ppid=32309 vsize=13982780 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32311/task/32314/stat : 32314 (java) S 32309 32309 16431 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 15 0 17175724 14318366720 52432 18446744073709551615 4194304 4196468 140727235104032 140061772474768 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32315] ppid=32309 vsize=13982780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32315/stat : 32315 (java) S 32309 32309 16431 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 17175724 14318366720 52432 18446744073709551615 4194304 4196468 140727235104032 140061771422224 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32316] ppid=32309 vsize=13982780 memory=56 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32316/stat : 32316 (java) S 32309 32309 16431 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 17175724 14318366720 52432 18446744073709551615 4194304 4196468 140727235104032 140061770369680 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32317] ppid=32309 vsize=13982780 memory=10826 CPUtime=0 cores=1,3,5,7

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

/proc/32309/stat : 32309 (xcsp3-exec) S 32306 32309 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17175715 9740288 345 18446744073709551615 4194304 5098028 140721072487840 140721072485944 140115913749116 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 11071488 140721072492921 140721072493126 140721072493126 140721072496619 0
/proc/32309/statm: 2378 345 289 221 0 87 0
[pid=32311] ppid=32309 vsize=13982780 memory=617344 CPUtime=958.85 cores=1,3,5,7
/proc/32311/stat : 32311 (java) S 32309 32309 16431 0 -1 1077944320 157053 0 0 0 95592 293 0 0 20 0 15 0 17175723 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140727235086576 140061839093495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
/proc/32311/statm: 3495695 154336 3261 1 0 3483988 0
[pid=32311/tid=32312] ppid=32309 vsize=13982780 memory=1380 CPUtime=917.35 cores=1,3,5,7
/proc/32311/task/32312/stat : 32312 (java) R 32309 32309 16431 0 -1 4202560 29378 0 0 0 91721 14 0 0 20 0 15 0 17175723 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061843333280 140061458823048 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32313] ppid=32309 vsize=13982780 memory=622988 CPUtime=7.1 cores=1,3,5,7
/proc/32311/task/32313/stat : 32313 (java) S 32309 32309 16431 0 -1 1077944384 10013 0 0 0 649 61 0 0 20 0 15 0 17175724 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061773527312 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32314] ppid=32309 vsize=13982780 memory=4004 CPUtime=7.09 cores=1,3,5,7
/proc/32311/task/32314/stat : 32314 (java) S 32309 32309 16431 0 -1 1077944384 10761 0 0 0 649 60 0 0 20 0 15 0 17175724 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061772474768 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32315] ppid=32309 vsize=13982780 memory=-8774313645642428999 CPUtime=7.09 cores=1,3,5,7
/proc/32311/task/32315/stat : 32315 (java) S 32309 32309 16431 0 -1 1077944384 9014 0 0 0 651 58 0 0 20 0 15 0 17175724 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061771422224 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32316] ppid=32309 vsize=13982780 memory=1444 CPUtime=7.1 cores=1,3,5,7
/proc/32311/task/32316/stat : 32316 (java) S 32309 32309 16431 0 -1 1077944384 9065 0 0 0 652 58 0 0 20 0 15 0 17175724 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061770369680 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32317] ppid=32309 vsize=13982780 memory=10724 CPUtime=0.58 cores=1,3,5,7
/proc/32311/task/32317/stat : 32317 (java) S 32309 32309 16431 0 -1 1077944384 24346 0 0 0 47 11 0 0 20 0 15 0 17175725 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061317630448 140061839104642 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32318] ppid=32309 vsize=13982780 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32318/stat : 32318 (java) S 32309 32309 16431 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 17175726 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061316576736 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32319] ppid=32309 vsize=13982780 memory=792 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32319/stat : 32319 (java) S 32309 32309 16431 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 17175726 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061315524096 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32320] ppid=32309 vsize=13982780 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32320/stat : 32320 (java) S 32309 32309 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061314472656 140061839112091 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32321] ppid=32309 vsize=13982780 memory=1228 CPUtime=5.58 cores=1,3,5,7
/proc/32311/task/32321/stat : 32321 (java) S 32309 32309 16431 0 -1 1077944384 24319 0 0 0 556 2 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061313419248 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32322] ppid=32309 vsize=13982780 memory=5368 CPUtime=5.16 cores=1,3,5,7
/proc/32311/task/32322/stat : 32322 (java) S 32309 32309 16431 0 -1 1077944384 22712 0 0 0 513 3 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061312366704 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32323] ppid=32309 vsize=13982780 memory=1716 CPUtime=1.19 cores=1,3,5,7
/proc/32311/task/32323/stat : 32323 (java) S 32309 32309 16431 0 -1 1077944384 15069 0 0 0 116 3 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061311314160 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32324] ppid=32309 vsize=13982780 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32324/stat : 32324 (java) S 32309 32309 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061310261856 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32325] ppid=32309 vsize=13982780 memory=4064 CPUtime=0.5 cores=1,3,5,7
/proc/32311/task/32325/stat : 32325 (java) S 32309 32309 16431 0 -1 1077944384 1038 0 0 0 23 27 0 0 20 0 15 0 17175732 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061309209392 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
Current children cumulated CPU time: 958.85 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 618724 KiB

[startup+926.001 s]*
/proc/loadavg: 1.74 1.78 1.68 3/211 1680
/proc/meminfo: memFree=30576624/32770624 swapFree=67108860/67108860
[pid=32309] ppid=32306 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32309/stat : 32309 (xcsp3-exec) S 32306 32309 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17175715 9740288 345 18446744073709551615 4194304 5098028 140721072487840 140721072485944 140115913749116 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 11071488 140721072492921 140721072493126 140721072493126 140721072496619 0
/proc/32309/statm: 2378 345 289 221 0 87 0
[pid=32311] ppid=32309 vsize=13982780 memory=617344 CPUtime=959.27 cores=1,3,5,7
/proc/32311/stat : 32311 (java) S 32309 32309 16431 0 -1 1077944320 157053 0 0 0 95633 294 0 0 20 0 15 0 17175723 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140727235086576 140061839093495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
/proc/32311/statm: 3495695 154336 3261 1 0 3483988 0
[pid=32311/tid=32312] ppid=32309 vsize=13982780 memory=1380 CPUtime=917.76 cores=1,3,5,7
/proc/32311/task/32312/stat : 32312 (java) R 32309 32309 16431 0 -1 4202560 29378 0 0 0 91762 14 0 0 20 0 15 0 17175723 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061843333280 140061461067210 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32313] ppid=32309 vsize=13982780 memory=-8774313645642428999 CPUtime=7.1 cores=1,3,5,7
/proc/32311/task/32313/stat : 32313 (java) S 32309 32309 16431 0 -1 1077944384 10013 0 0 0 649 61 0 0 20 0 15 0 17175724 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061773527312 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32314] ppid=32309 vsize=13982780 memory=613 CPUtime=7.09 cores=1,3,5,7
/proc/32311/task/32314/stat : 32314 (java) S 32309 32309 16431 0 -1 1077944384 10761 0 0 0 649 60 0 0 20 0 15 0 17175724 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061772474768 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32315] ppid=32309 vsize=13982780 memory=792 CPUtime=7.09 cores=1,3,5,7
/proc/32311/task/32315/stat : 32315 (java) S 32309 32309 16431 0 -1 1077944384 9014 0 0 0 651 58 0 0 20 0 15 0 17175724 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061771422224 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32316] ppid=32309 vsize=13982780 memory=2008 CPUtime=7.1 cores=1,3,5,7
/proc/32311/task/32316/stat : 32316 (java) S 32309 32309 16431 0 -1 1077944384 9065 0 0 0 652 58 0 0 20 0 15 0 17175724 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061770369680 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32317] ppid=32309 vsize=13982780 memory=1228 CPUtime=0.58 cores=1,3,5,7
/proc/32311/task/32317/stat : 32317 (java) S 32309 32309 16431 0 -1 1077944384 24346 0 0 0 47 11 0 0 20 0 15 0 17175725 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061317630448 140061839104642 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32318] ppid=32309 vsize=13982780 memory=5368 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32318/stat : 32318 (java) S 32309 32309 16431 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 17175726 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061316576736 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32319] ppid=32309 vsize=13982780 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32319/stat : 32319 (java) S 32309 32309 16431 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 17175726 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061315524096 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32320] ppid=32309 vsize=13982780 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32320/stat : 32320 (java) S 32309 32309 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061314472656 140061839112091 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32321] ppid=32309 vsize=13982780 memory=932 CPUtime=5.58 cores=1,3,5,7
/proc/32311/task/32321/stat : 32321 (java) S 32309 32309 16431 0 -1 1077944384 24319 0 0 0 556 2 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061313419248 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32322] ppid=32309 vsize=13982780 memory=1584 CPUtime=5.16 cores=1,3,5,7
/proc/32311/task/32322/stat : 32322 (java) S 32309 32309 16431 0 -1 1077944384 22712 0 0 0 513 3 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061312366704 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32323] ppid=32309 vsize=13982780 memory=2160 CPUtime=1.19 cores=1,3,5,7
/proc/32311/task/32323/stat : 32323 (java) S 32309 32309 16431 0 -1 1077944384 15069 0 0 0 116 3 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061311314160 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32324] ppid=32309 vsize=13982780 memory=844 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32324/stat : 32324 (java) S 32309 32309 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061310261856 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32325] ppid=32309 vsize=13982780 memory=630564 CPUtime=0.5 cores=1,3,5,7
/proc/32311/task/32325/stat : 32325 (java) S 32309 32309 16431 0 -1 1077944384 1038 0 0 0 23 27 0 0 20 0 15 0 17175732 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061309209392 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
Current children cumulated CPU time: 959.27 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 618724 KiB

[startup+926.401 s]
/proc/loadavg: 1.74 1.78 1.68 3/211 1680
/proc/meminfo: memFree=30576624/32770624 swapFree=67108860/67108860
[pid=32309] ppid=32306 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32309/stat : 32309 (xcsp3-exec) S 32306 32309 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17175715 9740288 345 18446744073709551615 4194304 5098028 140721072487840 140721072485944 140115913749116 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 11071488 140721072492921 140721072493126 140721072493126 140721072496619 0
/proc/32309/statm: 2378 345 289 221 0 87 0
[pid=32311] ppid=32309 vsize=13982780 memory=617344 CPUtime=959.66 cores=1,3,5,7
/proc/32311/stat : 32311 (java) S 32309 32309 16431 0 -1 1077944320 157053 0 0 0 95672 294 0 0 20 0 15 0 17175723 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140727235086576 140061839093495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
/proc/32311/statm: 3495695 154336 3261 1 0 3483988 0
[pid=32311/tid=32312] ppid=32309 vsize=13982780 memory=4004 CPUtime=918.15 cores=1,3,5,7
/proc/32311/task/32312/stat : 32312 (java) R 32309 32309 16431 0 -1 4202560 29378 0 0 0 91801 14 0 0 20 0 15 0 17175723 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061843333280 140061460013661 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32313] ppid=32309 vsize=13982780 memory=12940 CPUtime=7.1 cores=1,3,5,7
/proc/32311/task/32313/stat : 32313 (java) S 32309 32309 16431 0 -1 1077944384 10013 0 0 0 649 61 0 0 20 0 15 0 17175724 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061773527312 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32314] ppid=32309 vsize=13982780 memory=1380 CPUtime=7.09 cores=1,3,5,7
/proc/32311/task/32314/stat : 32314 (java) S 32309 32309 16431 0 -1 1077944384 10761 0 0 0 649 60 0 0 20 0 15 0 17175724 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061772474768 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32315] ppid=32309 vsize=13982780 memory=1380 CPUtime=7.09 cores=1,3,5,7
/proc/32311/task/32315/stat : 32315 (java) S 32309 32309 16431 0 -1 1077944384 9014 0 0 0 651 58 0 0 20 0 15 0 17175724 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061771422224 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32316] ppid=32309 vsize=13982780 memory=617344 CPUtime=7.1 cores=1,3,5,7
/proc/32311/task/32316/stat : 32316 (java) S 32309 32309 16431 0 -1 1077944384 9065 0 0 0 652 58 0 0 20 0 15 0 17175724 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061770369680 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32317] ppid=32309 vsize=13982780 memory=-8774313645642428999 CPUtime=0.58 cores=1,3,5,7
/proc/32311/task/32317/stat : 32317 (java) S 32309 32309 16431 0 -1 1077944384 24346 0 0 0 47 11 0 0 20 0 15 0 17175725 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061317630448 140061839104642 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32318] ppid=32309 vsize=13982780 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32318/stat : 32318 (java) S 32309 32309 16431 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 17175726 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061316576736 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32319] ppid=32309 vsize=13982780 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32319/stat : 32319 (java) S 32309 32309 16431 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 17175726 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061315524096 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32320] ppid=32309 vsize=13982780 memory=11952 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32320/stat : 32320 (java) S 32309 32309 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061314472656 140061839112091 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32321] ppid=32309 vsize=13982780 memory=1008 CPUtime=5.58 cores=1,3,5,7
/proc/32311/task/32321/stat : 32321 (java) S 32309 32309 16431 0 -1 1077944384 24319 0 0 0 556 2 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061313419248 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32322] ppid=32309 vsize=13982780 memory=792 CPUtime=5.16 cores=1,3,5,7
/proc/32311/task/32322/stat : 32322 (java) S 32309 32309 16431 0 -1 1077944384 22712 0 0 0 513 3 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061312366704 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32323] ppid=32309 vsize=13982780 memory=2008 CPUtime=1.19 cores=1,3,5,7
/proc/32311/task/32323/stat : 32323 (java) S 32309 32309 16431 0 -1 1077944384 15069 0 0 0 116 3 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061311314160 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32324] ppid=32309 vsize=13982780 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32324/stat : 32324 (java) S 32309 32309 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061310261856 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32325] ppid=32309 vsize=13982780 memory=5368 CPUtime=0.5 cores=1,3,5,7
/proc/32311/task/32325/stat : 32325 (java) S 32309 32309 16431 0 -1 1077944384 1038 0 0 0 23 27 0 0 20 0 15 0 17175732 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061309209392 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
Current children cumulated CPU time: 959.66 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 618724 KiB

[startup+926.501 s]
/proc/loadavg: 1.74 1.78 1.68 3/211 1680
/proc/meminfo: memFree=30576624/32770624 swapFree=67108860/67108860
[pid=32309] ppid=32306 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32309/stat : 32309 (xcsp3-exec) S 32306 32309 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17175715 9740288 345 18446744073709551615 4194304 5098028 140721072487840 140721072485944 140115913749116 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 11071488 140721072492921 140721072493126 140721072493126 140721072496619 0
/proc/32309/statm: 2378 345 289 221 0 87 0
[pid=32311] ppid=32309 vsize=13982780 memory=617344 CPUtime=959.77 cores=1,3,5,7
/proc/32311/stat : 32311 (java) S 32309 32309 16431 0 -1 1077944320 157546 0 0 0 95683 294 0 0 20 0 15 0 17175723 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140727235086576 140061839093495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
/proc/32311/statm: 3495695 154336 3261 1 0 3483988 0
[pid=32311/tid=32312] ppid=32309 vsize=13982780 memory=1380 CPUtime=918.25 cores=1,3,5,7
/proc/32311/task/32312/stat : 32312 (java) R 32309 32309 16431 0 -1 4202560 29422 0 0 0 91811 14 0 0 20 0 15 0 17175723 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061843329696 140061462961004 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32313] ppid=32309 vsize=13982780 memory=617344 CPUtime=7.1 cores=1,3,5,7
/proc/32311/task/32313/stat : 32313 (java) S 32309 32309 16431 0 -1 1077944384 10013 0 0 0 649 61 0 0 20 0 15 0 17175724 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061773527312 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32314] ppid=32309 vsize=13982780 memory=1380 CPUtime=7.09 cores=1,3,5,7
/proc/32311/task/32314/stat : 32314 (java) S 32309 32309 16431 0 -1 1077944384 10761 0 0 0 649 60 0 0 20 0 15 0 17175724 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061772474768 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32315] ppid=32309 vsize=13982780 memory=617344 CPUtime=7.09 cores=1,3,5,7
/proc/32311/task/32315/stat : 32315 (java) S 32309 32309 16431 0 -1 1077944384 9014 0 0 0 651 58 0 0 20 0 15 0 17175724 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061771422224 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32316] ppid=32309 vsize=13982780 memory=626580 CPUtime=7.1 cores=1,3,5,7
/proc/32311/task/32316/stat : 32316 (java) S 32309 32309 16431 0 -1 1077944384 9065 0 0 0 652 58 0 0 20 0 15 0 17175724 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061770369680 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32317] ppid=32309 vsize=13982780 memory=626580 CPUtime=0.58 cores=1,3,5,7
/proc/32311/task/32317/stat : 32317 (java) S 32309 32309 16431 0 -1 1077944384 24346 0 0 0 47 11 0 0 20 0 15 0 17175725 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061317630448 140061839104642 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32318] ppid=32309 vsize=13982780 memory=617344 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32318/stat : 32318 (java) S 32309 32309 16431 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 17175726 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061316576736 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32319] ppid=32309 vsize=13982780 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32319/stat : 32319 (java) S 32309 32309 16431 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 17175726 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061315524096 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32320] ppid=32309 vsize=13982780 memory=647772 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32320/stat : 32320 (java) S 32309 32309 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061314472656 140061839112091 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32321] ppid=32309 vsize=13982780 memory=647772 CPUtime=5.58 cores=1,3,5,7
/proc/32311/task/32321/stat : 32321 (java) S 32309 32309 16431 0 -1 1077944384 24319 0 0 0 556 2 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061313419248 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32322] ppid=32309 vsize=13982780 memory=1380 CPUtime=5.16 cores=1,3,5,7
/proc/32311/task/32322/stat : 32322 (java) S 32309 32309 16431 0 -1 1077944384 22712 0 0 0 513 3 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061312366704 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32323] ppid=32309 vsize=13982780 memory=1380 CPUtime=1.2 cores=1,3,5,7
/proc/32311/task/32323/stat : 32323 (java) S 32309 32309 16431 0 -1 1077944384 15518 0 0 0 117 3 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061311314160 140061839104642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32324] ppid=32309 vsize=13982780 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32311/task/32324/stat : 32324 (java) S 32309 32309 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17175728 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061310261856 140061839103701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
[pid=32311/tid=32325] ppid=32309 vsize=13982780 memory=4004 CPUtime=0.5 cores=1,3,5,7
/proc/32311/task/32325/stat : 32325 (java) R 32309 32309 16431 0 -1 4202560 1038 0 0 0 23 27 0 0 20 0 15 0 17175732 14318366720 154336 18446744073709551615 4194304 4196468 140727235104032 140061309209392 140061839114842 0 4 1 16800974 0 0 0 -1 1 0 0 28 0 0 6293624 6294260 12099584 140727235105202 140727235105378 140727235105378 140727235108815 0
Current children cumulated CPU time: 959.77 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 618724 KiB

Child status: 0
Real time (s): 926.523
CPU time (s): 959.791
CPU user time (s): 956.842
CPU system time (s): 2.94828
CPU usage (%): 103.591
Max. virtual memory (cumulated for all children) (KiB): 13992292
Max. memory (cumulated for all children) (KiB): 903932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 956.842
system time used= 2.94827
maximum resident set size= 907228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158340
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31117
involuntary context switches= 1300


# summary of solver processes directly reported to runsolver:
#   pid: 32309
#   total CPU time (s): 959.791
#   total CPU user time (s): 956.842
#   total CPU system time (s): 2.94828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.61663 second user time and 8.04329 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-20 01:53:39
IDJOB=4283966
IDBENCH=120791
IDSOLVER=2679
FILE ID=node128/4283966-1503187660
RUNJOBID= node128-1503171959-30215
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens11/Rlfap-scen-11-f03.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-4283966-1503187660/watcher-4283966-1503187660 -o /tmp/evaluation-result-4283966-1503187660/solver-4283966-1503187660 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30215 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1834904422 HOME/instance-4283966-1503187660.xml

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

MD5SUM BENCH= b0c58d7e712a0938766b5bf6b16c9539
RANDOM SEED=1834904422

node128.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.47
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.47
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.47
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.47
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:        30545028 kB
MemAvailable:   30786756 kB
Buffers:          189716 kB
Cached:           341320 kB
SwapCached:            0 kB
Active:          1478688 kB
Inactive:         337216 kB
Active(anon):    1284916 kB
Inactive(anon):    16752 kB
Active(file):     193772 kB
Inactive(file):   320464 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7856 kB
Writeback:             0 kB
AnonPages:       1366020 kB
Mapped:            45376 kB
Shmem:             17060 kB
Slab:             111188 kB
SReclaimable:      86656 kB
SUnreclaim:        24532 kB
KernelStack:        3728 kB
PageTables:         8516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1879684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1300480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-20 02:09:06