Trace number 4270794

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-09)OPT6 2.29807 0.927665

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-03.xml
MD5SUM7be818acedb52ac703edcbfe3be7901c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.032563999
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints47
Number of domains4
Minimum domain size2
Maximum domain size51
Distribution of domain sizes[{"size":2,"count":25},{"size":3,"count":25},{"size":10,"count":1},{"size":51,"count":5}]
Minimum variable degree1
Maximum variable degree9
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":22},{"degree":3,"count":8},{"degree":4,"count":12},{"degree":6,"count":1},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":17},{"arity":3,"count":12},{"arity":5,"count":4},{"arity":6,"count":1},{"arity":7,"count":4},{"arity":10,"count":9}]
Number of extensional constraints21
Number of intensional constraints16
Distribution of constraint types[{"type":"extension","count":21},{"type":"intension","count":16},{"type":"sum","count":6},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270794-1502671738.xml"  -tl '20160s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4270794-1502671738.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.32/0.27	c parse instance...
1.57/0.69	c solve instance...
2.00/0.73	o 0 
2.00/0.73	o 1 
2.00/0.74	o 2 
2.00/0.74	o 3 
2.00/0.75	o 5 
2.00/0.75	o 6 
2.00/0.76	s OPTIMUM FOUND
2.00/0.76	v <instantiation>
2.00/0.76	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] ws[0] ws[1] ws[2] ws[3] ws[4] z </list>
2.00/0.76	v 	<values>0 0 0 0 0 0 1 1 0 0 0 1 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 2 0 0 1 0 0 0 0 0 1 0 0 0 1 2 4 5 6 6 </values>
2.00/0.76	v </instantiation>

Verifier Data

OK	6

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270794-1502671738/watcher-4270794-1502671738 -o /tmp/evaluation-result-4270794-1502671738/solver-4270794-1502671738 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502670880-31842 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1107053559 HOME/instance-4270794-1502671738.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=31859, runsolver pid=31856

[startup+0.100135 s]*
/proc/loadavg: 8.66 8.39 8.34 2/200 31880
/proc/meminfo: memFree=26476992/32770624 swapFree=67108860/67108860
[pid=31859] ppid=31856 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31859/stat : 31859 (xcsp3-exec) S 31856 31859 31815 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100245470 9740288 346 33554432000 4194304 5098028 140725523716800 140725523714904 140292303401596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27295744 140725523723364 140725523723575 140725523723575 140725523726315 0
/proc/31859/statm: 2378 346 289 221 0 87 0
[pid=31861] ppid=31859 vsize=25999808 memory=26376 CPUtime=0.11 cores=0-7
/proc/31861/stat : 31861 (java) S 31859 31859 31815 0 -1 1077944320 5463 0 0 0 10 1 0 0 20 0 20 0 100245470 26623803392 6594 33554432000 4194304 4196468 140736420247696 140736420230240 139744973057783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
/proc/31861/statm: 6499952 6594 2891 1 0 6488269 0
[pid=31861/tid=31862] ppid=31859 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/31861/task/31862/stat : 31862 (java) R 31859 31859 31815 0 -1 4202560 3476 0 0 0 8 0 0 0 20 0 20 0 100245470 26623803392 6594 33554432000 4194304 4196468 140736420247696 139744977279344 139744957101413 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31863] ppid=31859 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31863/stat : 31863 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26623803392 6594 33554432000 4194304 4196468 140736420247696 139744895638032 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31864] ppid=31859 vsize=25999808 memory=139630521169536 CPUtime=0 cores=0-7
/proc/31861/task/31864/stat : 31864 (java) S 31859 31859 31815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100245471 26623803392 6594 33554432000 4194304 4196468 140736420247696 139744894585488 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31865] ppid=31859 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31865/stat : 31865 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26623803392 6594 33554432000 4194304 4196468 140736420247696 139744893532432 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31866] ppid=31859 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31866/stat : 31866 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26623803392 6594 33554432000 4194304 4196468 140736420247696 139744892479888 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31867] ppid=31859 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31867/stat : 31867 (java) S 31859 31859 31815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100245471 26623803392 6594 33554432000 4194304 4196468 140736420247696 139744891427856 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31868] ppid=31859 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/31861/task/31868/stat : 31868 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26623803392 6594 33554432000 4194304 4196468 140736420247696 139744890375312 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31869] ppid=31859 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31869/stat : 31869 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26623803392 6594 33554432000 4194304 4196468 140736420247696 139744889322256 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31870] ppid=31859 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31870/stat : 31870 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26623803392 6594 33554432000 4194304 4196468 140736420247696 139744888269712 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31871] ppid=31859 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31871/stat : 31871 (java) S 31859 31859 31815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100245473 26623803392 6594 33554432000 4194304 4196468 140736420247696 139744481151216 139744973068930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31872] ppid=31859 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31872/stat : 31872 (java) S 31859 31859 31815 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100245473 26623803392 6594 33554432000 4194304 4196468 140736420247696 139744480097440 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31873] ppid=31859 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31873/stat : 31873 (java) S 31859 31859 31815 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100245473 26623803392 6594 33554432000 4194304 4196468 140736420247696 139743242773232 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31874] ppid=31859 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31874/stat : 31874 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245476 26623803392 6594 33554432000 4194304 4196468 140736420247696 139743241721808 139744973076379 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31875] ppid=31859 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31875/stat : 31875 (java) S 31859 31859 31815 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 100245476 26623803392 6594 33554432000 4194304 4196468 140736420247696 139743240669936 139744973068930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31876] ppid=31859 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31876/stat : 31876 (java) S 31859 31859 31815 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 20 0 100245476 26623803392 6594 33554432000 4194304 4196468 140736420247696 139743239617392 139744973068930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31877] ppid=31859 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31877/stat : 31877 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245476 26623803392 6594 33554432000 4194304 4196468 140736420247696 139743238564336 139744973068930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31878] ppid=31859 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/31861/task/31878/stat : 31878 (java) R 31859 31859 31815 0 -1 4202560 254 0 0 0 1 0 0 0 20 0 20 0 100245476 26623803392 6594 33554432000 4194304 4196468 140736420247696 139743237511792 139744957138270 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31879] ppid=31859 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31879/stat : 31879 (java) S 31859 31859 31815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100245476 26623803392 6594 33554432000 4194304 4196468 140736420247696 139743236458976 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31880] ppid=31859 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/31861/task/31880/stat : 31880 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245477 26623803392 6594 33554432000 4194304 4196468 140736420247696 139743235406512 139744973068930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27760 KiB

[startup+0.210631 s]*
/proc/loadavg: 8.66 8.39 8.34 3/200 31880
/proc/meminfo: memFree=26464704/32770624 swapFree=67108860/67108860
[pid=31859] ppid=31856 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31859/stat : 31859 (xcsp3-exec) S 31856 31859 31815 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100245470 9740288 346 33554432000 4194304 5098028 140725523716800 140725523714904 140292303401596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27295744 140725523723364 140725523723575 140725523723575 140725523726315 0
/proc/31859/statm: 2378 346 289 221 0 87 0
[pid=31861] ppid=31859 vsize=26004064 memory=38876 CPUtime=0.32 cores=0-7
/proc/31861/stat : 31861 (java) S 31859 31859 31815 0 -1 1077944320 8297 0 0 0 30 2 0 0 20 0 20 0 100245470 26628161536 9719 33554432000 4194304 4196468 140736420247696 140736420230240 139744973057783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
/proc/31861/statm: 6501016 9719 3045 1 0 6488269 0
[pid=31861/tid=31862] ppid=31859 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/31861/task/31862/stat : 31862 (java) R 31859 31859 31815 0 -1 4202560 5398 0 0 0 18 1 0 0 20 0 20 0 100245470 26628161536 9719 33554432000 4194304 4196468 140736420247696 139744977280672 139744965735797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31863] ppid=31859 vsize=26004064 memory=329 CPUtime=0 cores=0-7
/proc/31861/task/31863/stat : 31863 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26628161536 9719 33554432000 4194304 4196468 140736420247696 139744895638032 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31864] ppid=31859 vsize=26004064 memory=139630521591560 CPUtime=0 cores=0-7
/proc/31861/task/31864/stat : 31864 (java) S 31859 31859 31815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100245471 26628161536 9719 33554432000 4194304 4196468 140736420247696 139744894585488 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31865] ppid=31859 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31861/task/31865/stat : 31865 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26628161536 9719 33554432000 4194304 4196468 140736420247696 139744893532432 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31866] ppid=31859 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31866/stat : 31866 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26628161536 9719 33554432000 4194304 4196468 140736420247696 139744892479888 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31867] ppid=31859 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31867/stat : 31867 (java) S 31859 31859 31815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100245471 26628161536 9719 33554432000 4194304 4196468 140736420247696 139744891427856 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31868] ppid=31859 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31861/task/31868/stat : 31868 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26628161536 9719 33554432000 4194304 4196468 140736420247696 139744890375312 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31869] ppid=31859 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31869/stat : 31869 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26628161536 9719 33554432000 4194304 4196468 140736420247696 139744889322256 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31870] ppid=31859 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31870/stat : 31870 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26628161536 9719 33554432000 4194304 4196468 140736420247696 139744888269712 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31871] ppid=31859 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31871/stat : 31871 (java) S 31859 31859 31815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100245473 26628161536 9719 33554432000 4194304 4196468 140736420247696 139744481151216 139744973068930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31872] ppid=31859 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31872/stat : 31872 (java) S 31859 31859 31815 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100245473 26628161536 9719 33554432000 4194304 4196468 140736420247696 139744480097440 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31873] ppid=31859 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31873/stat : 31873 (java) S 31859 31859 31815 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100245473 26628161536 9719 33554432000 4194304 4196468 140736420247696 139743242773232 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31874] ppid=31859 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31874/stat : 31874 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245476 26628161536 9719 33554432000 4194304 4196468 140736420247696 139743241721808 139744973076379 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31875] ppid=31859 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/31861/task/31875/stat : 31875 (java) S 31859 31859 31815 0 -1 1077944384 446 0 0 0 1 0 0 0 20 0 20 0 100245476 26628161536 9719 33554432000 4194304 4196468 140736420247696 139743240669936 139744973068930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31876] ppid=31859 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/31861/task/31876/stat : 31876 (java) S 31859 31859 31815 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 20 0 100245476 26628161536 9719 33554432000 4194304 4196468 140736420247696 139743239617392 139744973068930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31877] ppid=31859 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31861/task/31877/stat : 31877 (java) S 31859 31859 31815 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 100245476 26628161536 9719 33554432000 4194304 4196468 140736420247696 139743238564336 139744973068930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31878] ppid=31859 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/31861/task/31878/stat : 31878 (java) R 31859 31859 31815 0 -1 4202560 765 0 0 0 7 0 0 0 20 0 20 0 100245476 26628161536 9719 33554432000 4194304 4196468 140736420247696 139743237511792 139744973079130 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31879] ppid=31859 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31879/stat : 31879 (java) S 31859 31859 31815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100245476 26628161536 9719 33554432000 4194304 4196468 140736420247696 139743236458976 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31880] ppid=31859 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31861/task/31880/stat : 31880 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245477 26628161536 9719 33554432000 4194304 4196468 140736420247696 139743235406512 139744973068930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40260 KiB

[startup+0.310385 s]*
/proc/loadavg: 8.66 8.39 8.34 3/200 31880
/proc/meminfo: memFree=26458616/32770624 swapFree=67108860/67108860
[pid=31859] ppid=31856 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31859/stat : 31859 (xcsp3-exec) S 31856 31859 31815 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100245470 9740288 346 33554432000 4194304 5098028 140725523716800 140725523714904 140292303401596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27295744 140725523723364 140725523723575 140725523723575 140725523726315 0
/proc/31859/statm: 2378 346 289 221 0 87 0
[pid=31861] ppid=31859 vsize=26004064 memory=45836 CPUtime=0.49 cores=0-7
/proc/31861/stat : 31861 (java) S 31859 31859 31815 0 -1 1077944320 9186 0 0 0 47 2 0 0 20 0 20 0 100245470 26628161536 11459 33554432000 4194304 4196468 140736420247696 140736420230240 139744973057783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
/proc/31861/statm: 6501016 11459 3102 1 0 6488269 0
[pid=31861/tid=31862] ppid=31859 vsize=26004064 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/31861/task/31862/stat : 31862 (java) R 31859 31859 31815 0 -1 4202560 6131 0 0 0 27 1 0 0 20 0 20 0 100245470 26628161536 11459 33554432000 4194304 4196468 140736420247696 139744977290208 139744562517448 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31863] ppid=31859 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31863/stat : 31863 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26628161536 11459 33554432000 4194304 4196468 140736420247696 139744895638032 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31864] ppid=31859 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31864/stat : 31864 (java) S 31859 31859 31815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100245471 26628161536 11523 33554432000 4194304 4196468 140736420247696 139744894585488 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31865] ppid=31859 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31865/stat : 31865 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26628161536 11523 33554432000 4194304 4196468 140736420247696 139744893532432 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31866] ppid=31859 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31866/stat : 31866 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26628161536 11523 33554432000 4194304 4196468 140736420247696 139744892479888 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31867] ppid=31859 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/31861/task/31867/stat : 31867 (java) S 31859 31859 31815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100245471 26628161536 11523 33554432000 4194304 4196468 140736420247696 139744891427856 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31868] ppid=31859 vsize=26004064 memory=139630393521071 CPUtime=0 cores=0-7
/proc/31861/task/31868/stat : 31868 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26628161536 11523 33554432000 4194304 4196468 140736420247696 139744890375312 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31869] ppid=31859 vsize=26004064 memory=139630393523376 CPUtime=0 cores=0-7
/proc/31861/task/31869/stat : 31869 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26628161536 11523 33554432000 4194304 4196468 140736420247696 139744889322256 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31870] ppid=31859 vsize=26004064 memory=139630393525680 CPUtime=0 cores=0-7
/proc/31861/task/31870/stat : 31870 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26628161536 11523 33554432000 4194304 4196468 140736420247696 139744888269712 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31871] ppid=31859 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31871/stat : 31871 (java) S 31859 31859 31815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100245473 26628161536 11523 33554432000 4194304 4196468 140736420247696 139744481151216 139744973068930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31872] ppid=31859 vsize=26004064 memory=279260787058320 CPUtime=0 cores=0-7
/proc/31861/task/31872/stat : 31872 (java) S 31859 31859 31815 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100245473 26628161536 11523 33554432000 4194304 4196468 140736420247696 139744480097440 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31873] ppid=31859 vsize=26004064 memory=279260787065232 CPUtime=0 cores=0-7
/proc/31861/task/31873/stat : 31873 (java) S 31859 31859 31815 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100245473 26628161536 11523 33554432000 4194304 4196468 140736420247696 139743242773232 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31874] ppid=31859 vsize=26004064 memory=279260787006512 CPUtime=0 cores=0-7
/proc/31861/task/31874/stat : 31874 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245476 26628161536 11523 33554432000 4194304 4196468 140736420247696 139743241721808 139744973076379 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31875] ppid=31859 vsize=26004064 memory=279260787079056 CPUtime=0.02 cores=0-7
/proc/31861/task/31875/stat : 31875 (java) S 31859 31859 31815 0 -1 1077944384 489 0 0 0 2 0 0 0 20 0 20 0 100245476 26628161536 11523 33554432000 4194304 4196468 140736420247696 139743240669936 139744973068930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31876] ppid=31859 vsize=26004064 memory=279260787085968 CPUtime=0.02 cores=0-7
/proc/31861/task/31876/stat : 31876 (java) S 31859 31859 31815 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 20 0 100245476 26628161536 11523 33554432000 4194304 4196468 140736420247696 139743239617392 139744973068930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31877] ppid=31859 vsize=26004064 memory=279260787083664 CPUtime=0.01 cores=0-7
/proc/31861/task/31877/stat : 31877 (java) S 31859 31859 31815 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 20 0 100245476 26628161536 11523 33554432000 4194304 4196468 140736420247696 139743238564336 139744973068930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31878] ppid=31859 vsize=26004064 memory=279260787099824 CPUtime=0.12 cores=0-7
/proc/31861/task/31878/stat : 31878 (java) R 31859 31859 31815 0 -1 4202560 875 0 0 0 12 0 0 0 20 0 20 0 100245476 26628161536 11523 33554432000 4194304 4196468 140736420247696 139743237511792 139744973079130 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31879] ppid=31859 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31879/stat : 31879 (java) S 31859 31859 31815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100245476 26628161536 11523 33554432000 4194304 4196468 140736420247696 139743236458976 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31880] ppid=31859 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31861/task/31880/stat : 31880 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245477 26628161536 11523 33554432000 4194304 4196468 140736420247696 139743235406512 139744973068930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47220 KiB

[startup+0.70106 s]
/proc/loadavg: 8.66 8.39 8.34 5/200 31880
/proc/meminfo: memFree=26440040/32770624 swapFree=67108860/67108860
[pid=31859] ppid=31856 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31859/stat : 31859 (xcsp3-exec) S 31856 31859 31815 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100245470 9740288 346 33554432000 4194304 5098028 140725523716800 140725523714904 140292303401596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27295744 140725523723364 140725523723575 140725523723575 140725523726315 0
/proc/31859/statm: 2378 346 289 221 0 87 0
[pid=31861] ppid=31859 vsize=26006188 memory=89704 CPUtime=2 cores=0-7
/proc/31861/stat : 31861 (java) S 31859 31859 31815 0 -1 1077944320 13577 0 0 0 196 4 0 0 20 0 20 0 100245470 26630336512 22426 33554432000 4194304 4196468 140736420247696 140736420230240 139744973057783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
/proc/31861/statm: 6501547 22426 3210 1 0 6488781 0
[pid=31861/tid=31862] ppid=31859 vsize=26006188 memory=279260787457712 CPUtime=0.66 cores=0-7
/proc/31861/task/31862/stat : 31862 (java) R 31859 31859 31815 0 -1 4202560 6923 0 0 0 64 2 0 0 20 0 20 0 100245470 26630336512 22426 33554432000 4194304 4196468 140736420247696 139744977276064 139744957138270 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31863] ppid=31859 vsize=26006188 memory=139630393729904 CPUtime=0 cores=0-7
/proc/31861/task/31863/stat : 31863 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26630336512 22426 33554432000 4194304 4196468 140736420247696 139744895638032 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31864] ppid=31859 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/31861/task/31864/stat : 31864 (java) S 31859 31859 31815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100245471 26630336512 22426 33554432000 4194304 4196468 140736420247696 139744894585488 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31865] ppid=31859 vsize=26006188 memory=1428 CPUtime=0 cores=0-7
/proc/31861/task/31865/stat : 31865 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26630336512 22426 33554432000 4194304 4196468 140736420247696 139744893532432 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31866] ppid=31859 vsize=26006188 memory=1196 CPUtime=0 cores=0-7
/proc/31861/task/31866/stat : 31866 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26630336512 22426 33554432000 4194304 4196468 140736420247696 139744892479888 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31867] ppid=31859 vsize=26006188 memory=10640 CPUtime=0 cores=0-7
/proc/31861/task/31867/stat : 31867 (java) S 31859 31859 31815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100245471 26630336512 22426 33554432000 4194304 4196468 140736420247696 139744891427856 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31868] ppid=31859 vsize=26006188 memory=15876 CPUtime=0 cores=0-7
/proc/31861/task/31868/stat : 31868 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26630336512 22426 33554432000 4194304 4196468 140736420247696 139744890375312 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31869] ppid=31859 vsize=26006188 memory=16124 CPUtime=0 cores=0-7
/proc/31861/task/31869/stat : 31869 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26630336512 22426 33554432000 4194304 4196468 140736420247696 139744889322256 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31870] ppid=31859 vsize=26006188 memory=16432 CPUtime=0 cores=0-7
/proc/31861/task/31870/stat : 31870 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245471 26630336512 22426 33554432000 4194304 4196468 140736420247696 139744888269712 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31871] ppid=31859 vsize=26006188 memory=4040 CPUtime=0 cores=0-7
/proc/31861/task/31871/stat : 31871 (java) S 31859 31859 31815 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 100245473 26630336512 22426 33554432000 4194304 4196468 140736420247696 139744481151216 139744973068930 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31872] ppid=31859 vsize=26006188 memory=1792 CPUtime=0 cores=0-7
/proc/31861/task/31872/stat : 31872 (java) S 31859 31859 31815 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100245473 26630336512 22426 33554432000 4194304 4196468 140736420247696 139744480097440 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31873] ppid=31859 vsize=26006188 memory=640 CPUtime=0 cores=0-7
/proc/31861/task/31873/stat : 31873 (java) S 31859 31859 31815 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100245473 26630336512 22426 33554432000 4194304 4196468 140736420247696 139743242773232 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31874] ppid=31859 vsize=26006188 memory=960 CPUtime=0 cores=0-7
/proc/31861/task/31874/stat : 31874 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245476 26630336512 22426 33554432000 4194304 4196468 140736420247696 139743241721808 139744973076379 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31875] ppid=31859 vsize=26006188 memory=22244 CPUtime=0.31 cores=0-7
/proc/31861/task/31875/stat : 31875 (java) R 31859 31859 31815 0 -1 4202560 1428 0 0 0 31 0 0 0 20 0 20 0 100245476 26630336512 22426 33554432000 4194304 4196468 140736420247696 139743240668336 139744958478497 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31876] ppid=31859 vsize=26006188 memory=1708 CPUtime=0.31 cores=0-7
/proc/31861/task/31876/stat : 31876 (java) R 31859 31859 31815 0 -1 4202560 1036 0 0 0 31 0 0 0 20 0 20 0 100245476 26630336512 22426 33554432000 4194304 4196468 140736420247696 139743239603296 139744952273181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31877] ppid=31859 vsize=26006188 memory=1012 CPUtime=0.27 cores=0-7
/proc/31861/task/31877/stat : 31877 (java) R 31859 31859 31815 0 -1 4202560 883 0 0 0 27 0 0 0 20 0 20 0 100245476 26630336512 22426 33554432000 4194304 4196468 140736420247696 139743238550544 139744954602030 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31878] ppid=31859 vsize=26006188 memory=796 CPUtime=0.42 cores=0-7
/proc/31861/task/31878/stat : 31878 (java) R 31859 31859 31815 0 -1 4202560 1997 0 0 0 41 1 0 0 20 0 20 0 100245476 26630336512 22426 33554432000 4194304 4196468 140736420247696 139743237507520 139744562380921 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31879] ppid=31859 vsize=26006188 memory=1228 CPUtime=0 cores=0-7
/proc/31861/task/31879/stat : 31879 (java) S 31859 31859 31815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100245476 26630336512 22426 33554432000 4194304 4196468 140736420247696 139743236458976 139744973067989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
[pid=31861/tid=31880] ppid=31859 vsize=26006188 memory=5300 CPUtime=0 cores=0-7
/proc/31861/task/31880/stat : 31880 (java) S 31859 31859 31815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100245477 26630336512 22426 33554432000 4194304 4196468 140736420247696 139743235406512 139744973068930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140736420250770 140736420250947 140736420250947 140736420253647 0
Current children cumulated CPU time: 2 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 91088 KiB

[startup+0.927618 s]
# the end of solver process 31859 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.21221 s, system=0.085859 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.80118 s]
/proc/loadavg: 8.66 8.39 8.34 5/200 31880
/proc/meminfo: memFree=26440040/32770624 swapFree=67108860/67108860
[pid=31859] ppid=31856 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31859/stat : 31859 (xcsp3-exec) S 31856 31859 31815 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100245470 9740288 346 33554432000 4194304 5098028 140725523716800 140725523714904 140292303401596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27295744 140725523723364 140725523723575 140725523723575 140725523726315 0
/proc/31859/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

[startup+0.900435 s]
/proc/loadavg: 8.66 8.39 8.34 5/200 31880
/proc/meminfo: memFree=26440040/32770624 swapFree=67108860/67108860
[pid=31859] ppid=31856 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31859/stat : 31859 (xcsp3-exec) S 31856 31859 31815 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100245470 9740288 346 33554432000 4194304 5098028 140725523716800 140725523714904 140292303401596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27295744 140725523723364 140725523723575 140725523723575 140725523726315 0
/proc/31859/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 0
Real time (s): 0.927665
CPU time (s): 2.29807
CPU user time (s): 2.21221
CPU system time (s): 0.085859
CPU usage (%): 247.726
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 91088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.21221
system time used= 0.085859
maximum resident set size= 176068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15587
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3011
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 31859
#   total CPU time (s): 2.29807
#   total CPU user time (s): 2.21221
#   total CPU system time (s): 0.085859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.022751 second user time and 0.053775 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-14 02:34:40
IDJOB=4270794
IDBENCH=115924
IDSOLVER=2662
FILE ID=node105/4270794-1502671738
RUNJOBID= node105-1502670880-31842
PBS_JOBID= 20628974
Free space on /tmp= 60664 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/StillLife/StillLife-wst-s1/StillLife-wastage-03.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270794-1502671738/watcher-4270794-1502671738 -o /tmp/evaluation-result-4270794-1502671738/solver-4270794-1502671738 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502670880-31842 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1107053559 HOME/instance-4270794-1502671738.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 7be818acedb52ac703edcbfe3be7901c
RANDOM SEED=1107053559

node105.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.17
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.17
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.17
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.17
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:        26491820 kB
MemAvailable:   31975328 kB
Buffers:          191208 kB
Cached:          5567192 kB
SwapCached:            0 kB
Active:           726496 kB
Inactive:        5084548 kB
Active(anon):      55748 kB
Inactive(anon):    25060 kB
Active(file):     670748 kB
Inactive(file):  5059488 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7480 kB
Writeback:             0 kB
AnonPages:         58864 kB
Mapped:            44176 kB
Shmem:             25228 kB
Slab:             163464 kB
SReclaimable:     138216 kB
SUnreclaim:        25248 kB
KernelStack:        3104 kB
PageTables:         4760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     322812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60656 MiB
End job on node105 at 2017-08-14 02:34:41