Trace number 4271057

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-09)UNSAT 14.6851 3.2616501

General information on the benchmark

NameMixed/Mixed-xcsp2-nengfa/
color_X2.xml
MD5SUM3d90545a2544e89e20aca976efad7b9e
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 benchmark4.7054601
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints12458
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":500}]
Minimum variable degree34
Maximum variable degree68
Distribution of variable degrees[{"degree":34,"count":1},{"degree":35,"count":4},{"degree":36,"count":1},{"degree":37,"count":6},{"degree":38,"count":5},{"degree":39,"count":13},{"degree":40,"count":10},{"degree":41,"count":15},{"degree":42,"count":17},{"degree":43,"count":22},{"degree":44,"count":21},{"degree":45,"count":21},{"degree":46,"count":22},{"degree":47,"count":25},{"degree":48,"count":32},{"degree":49,"count":36},{"degree":50,"count":24},{"degree":51,"count":27},{"degree":52,"count":25},{"degree":53,"count":26},{"degree":54,"count":26},{"degree":55,"count":21},{"degree":56,"count":23},{"degree":57,"count":9},{"degree":58,"count":15},{"degree":59,"count":14},{"degree":60,"count":9},{"degree":61,"count":4},{"degree":62,"count":8},{"degree":63,"count":6},{"degree":64,"count":4},{"degree":65,"count":3},{"degree":66,"count":1},{"degree":67,"count":2},{"degree":68,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":12458}]
Number of extensional constraints0
Number of intensional constraints12458
Distribution of constraint types[{"type":"intension","count":12458}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271057-1502687085.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271057-1502687085.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
6.60/2.15	c solve instance...
14.06/3.17	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 (12281 MiB free)
  memory of node 1: 16384 MiB (13577 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271057-1502687085/watcher-4271057-1502687085 -o /tmp/evaluation-result-4271057-1502687085/solver-4271057-1502687085 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502680975-372 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 337388722 HOME/instance-4271057-1502687085.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
solver pid=1305, runsolver pid=1302
Current StackSize limit: 8192 KiB


[startup+0.100114 s]*
/proc/loadavg: 7.91 8.05 8.13 2/200 1326
/proc/meminfo: memFree=26464568/32770624 swapFree=67108860/67108860
[pid=1305] ppid=1302 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1305/stat : 1305 (xcsp3-exec) S 1302 1305 345 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 101780121 9740288 346 33554432000 4194304 5098028 140722120668064 140722120666168 139658495988348 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26677248 140722120676453 140722120676663 140722120676663 140722120679403 0
/proc/1305/statm: 2378 346 289 221 0 87 0
[pid=1307] ppid=1305 vsize=25999808 memory=27592 CPUtime=0.12 cores=0-7
/proc/1307/stat : 1307 (java) S 1305 1305 345 0 -1 1077944320 5242 0 0 0 10 2 0 0 20 0 20 0 101780121 26623803392 6898 33554432000 4194304 4196468 140721923769888 140721923752432 139748003802871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
/proc/1307/statm: 6499952 6898 2873 1 0 6488269 0
[pid=1307/tid=1308] ppid=1305 vsize=25999808 memory=1400242874264906928 CPUtime=0.09 cores=0-7
/proc/1307/task/1308/stat : 1308 (java) R 1305 1305 345 0 -1 4202560 3263 0 0 0 8 1 0 0 20 0 20 0 101780121 26623803392 6898 33554432000 4194304 4196468 140721923769888 139748008036144 139747987846501 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1309] ppid=1305 vsize=25999808 memory=3461361991549258287 CPUtime=0 cores=0-7
/proc/1307/task/1309/stat : 1309 (java) S 1305 1305 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780122 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747561622288 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1310] ppid=1305 vsize=25999808 memory=139863861675648 CPUtime=0 cores=0-7
/proc/1307/task/1310/stat : 1310 (java) S 1305 1305 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780122 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747560569744 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1311] ppid=1305 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1311/stat : 1311 (java) S 1305 1305 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780122 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747559517200 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1312] ppid=1305 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1312/stat : 1312 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780122 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747558464656 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1313] ppid=1305 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1313/stat : 1313 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780122 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747557411088 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1314] ppid=1305 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1307/task/1314/stat : 1314 (java) S 1305 1305 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780122 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747556358544 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1315] ppid=1305 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1315/stat : 1315 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780122 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747555306000 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1316] ppid=1305 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1316/stat : 1316 (java) S 1305 1305 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101780122 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747554253456 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1317] ppid=1305 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1317/stat : 1317 (java) S 1305 1305 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780124 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747131161072 139748003814018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1318] ppid=1305 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1318/stat : 1318 (java) S 1305 1305 345 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101780124 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747130107296 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1319] ppid=1305 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1319/stat : 1319 (java) S 1305 1305 345 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101780124 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747129054704 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1320] ppid=1305 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1320/stat : 1320 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780127 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747128003280 139748003821467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1321] ppid=1305 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1321/stat : 1321 (java) S 1305 1305 345 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 20 0 101780127 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747126949872 139748003814018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1322] ppid=1305 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1322/stat : 1322 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780127 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747125897328 139748003814018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1323] ppid=1305 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1323/stat : 1323 (java) S 1305 1305 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101780127 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747124844784 139748003814018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1324] ppid=1305 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/1307/task/1324/stat : 1324 (java) R 1305 1305 345 0 -1 4202560 250 0 0 0 1 0 0 0 20 0 20 0 101780127 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747123792240 139747982503072 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1325] ppid=1305 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1325/stat : 1325 (java) S 1305 1305 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101780127 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747122739936 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1326] ppid=1305 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1307/task/1326/stat : 1326 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780127 26623803392 6898 33554432000 4194304 4196468 140721923769888 139747121687472 139748003814018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28976 KiB

[startup+0.210403 s]*
/proc/loadavg: 7.91 8.05 8.13 3/200 1326
/proc/meminfo: memFree=26453740/32770624 swapFree=67108860/67108860
[pid=1305] ppid=1302 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1305/stat : 1305 (xcsp3-exec) S 1302 1305 345 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 101780121 9740288 346 33554432000 4194304 5098028 140722120668064 140722120666168 139658495988348 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26677248 140722120676453 140722120676663 140722120676663 140722120679403 0
/proc/1305/statm: 2378 346 289 221 0 87 0
[pid=1307] ppid=1305 vsize=26004064 memory=39408 CPUtime=0.33 cores=0-7
/proc/1307/stat : 1307 (java) S 1305 1305 345 0 -1 1077944320 7963 0 0 0 31 2 0 0 20 0 20 0 101780121 26628161536 9852 33554432000 4194304 4196468 140721923769888 140721923752432 139748003802871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
/proc/1307/statm: 6501016 9852 3038 1 0 6488269 0
[pid=1307/tid=1308] ppid=1305 vsize=26004064 memory=8390339637985935414 CPUtime=0.19 cores=0-7
/proc/1307/task/1308/stat : 1308 (java) R 1305 1305 345 0 -1 4202560 5030 0 0 0 18 1 0 0 20 0 20 0 101780121 26628161536 9852 33554432000 4194304 4196468 140721923769888 139748008025584 139747987883358 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1309] ppid=1305 vsize=26004064 memory=288230596118052887 CPUtime=0 cores=0-7
/proc/1307/task/1309/stat : 1309 (java) S 1305 1305 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780122 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747561622288 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1310] ppid=1305 vsize=26004064 memory=139863862076356 CPUtime=0 cores=0-7
/proc/1307/task/1310/stat : 1310 (java) S 1305 1305 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780122 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747560569744 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1311] ppid=1305 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1311/stat : 1311 (java) S 1305 1305 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780122 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747559517200 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1312] ppid=1305 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1307/task/1312/stat : 1312 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780122 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747558464656 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1313] ppid=1305 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1313/stat : 1313 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780122 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747557411088 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1314] ppid=1305 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1307/task/1314/stat : 1314 (java) S 1305 1305 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780122 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747556358544 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1315] ppid=1305 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1315/stat : 1315 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780122 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747555306000 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1316] ppid=1305 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1316/stat : 1316 (java) S 1305 1305 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101780122 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747554253456 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1317] ppid=1305 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1317/stat : 1317 (java) S 1305 1305 345 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101780124 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747131161072 139748003814018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1318] ppid=1305 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1318/stat : 1318 (java) S 1305 1305 345 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101780124 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747130107296 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1319] ppid=1305 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1319/stat : 1319 (java) S 1305 1305 345 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101780124 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747129054704 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1320] ppid=1305 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1320/stat : 1320 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780127 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747128003280 139748003821467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1321] ppid=1305 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/1307/task/1321/stat : 1321 (java) S 1305 1305 345 0 -1 1077944384 586 0 0 0 1 0 0 0 20 0 20 0 101780127 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747126949872 139748003814018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1322] ppid=1305 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/1307/task/1322/stat : 1322 (java) S 1305 1305 345 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 20 0 101780127 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747125897328 139748003814018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1323] ppid=1305 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/1307/task/1323/stat : 1323 (java) S 1305 1305 345 0 -1 1077944384 85 0 0 0 1 0 0 0 20 0 20 0 101780127 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747124844784 139748003814018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1324] ppid=1305 vsize=26004064 memory=0 CPUtime=0.08 cores=0-7
/proc/1307/task/1324/stat : 1324 (java) R 1305 1305 345 0 -1 4202560 700 0 0 0 8 0 0 0 20 0 20 0 101780127 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747123792240 139748003814806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1325] ppid=1305 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1325/stat : 1325 (java) S 1305 1305 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101780127 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747122739936 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1326] ppid=1305 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1307/task/1326/stat : 1326 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780127 26628161536 9852 33554432000 4194304 4196468 140721923769888 139747121687472 139748003814018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40792 KiB

[startup+0.310204 s]*
/proc/loadavg: 7.91 8.05 8.13 3/200 1326
/proc/meminfo: memFree=26449336/32770624 swapFree=67108860/67108860
[pid=1305] ppid=1302 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1305/stat : 1305 (xcsp3-exec) S 1302 1305 345 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 101780121 9740288 346 33554432000 4194304 5098028 140722120668064 140722120666168 139658495988348 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26677248 140722120676453 140722120676663 140722120676663 140722120679403 0
/proc/1305/statm: 2378 346 289 221 0 87 0
[pid=1307] ppid=1305 vsize=26004064 memory=44280 CPUtime=0.5 cores=0-7
/proc/1307/stat : 1307 (java) S 1305 1305 345 0 -1 1077944320 8720 0 0 0 47 3 0 0 20 0 20 0 101780121 26628161536 11070 33554432000 4194304 4196468 140721923769888 140721923752432 139748003802871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
/proc/1307/statm: 6501016 11070 3110 1 0 6488269 0
[pid=1307/tid=1308] ppid=1305 vsize=26004064 memory=1399051139730258233 CPUtime=0.29 cores=0-7
/proc/1307/task/1308/stat : 1308 (java) R 1305 1305 345 0 -1 4202560 5690 0 0 0 27 2 0 0 20 0 20 0 101780121 26628161536 11070 33554432000 4194304 4196468 140721923769888 139748008041328 139747640756640 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1309] ppid=1305 vsize=26004064 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1307/task/1309/stat : 1309 (java) S 1305 1305 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780122 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747561622288 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1310] ppid=1305 vsize=26004064 memory=1228 CPUtime=0 cores=0-7
/proc/1307/task/1310/stat : 1310 (java) S 1305 1305 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780122 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747560569744 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1311] ppid=1305 vsize=26004064 memory=5300 CPUtime=0 cores=0-7
/proc/1307/task/1311/stat : 1311 (java) S 1305 1305 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780122 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747559517200 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1312] ppid=1305 vsize=26004064 memory=4616 CPUtime=0 cores=0-7
/proc/1307/task/1312/stat : 1312 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780122 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747558464656 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1313] ppid=1305 vsize=26004064 memory=1928 CPUtime=0 cores=0-7
/proc/1307/task/1313/stat : 1313 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780122 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747557411088 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1314] ppid=1305 vsize=26004064 memory=1428 CPUtime=0 cores=0-7
/proc/1307/task/1314/stat : 1314 (java) S 1305 1305 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780122 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747556358544 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1315] ppid=1305 vsize=26004064 memory=1196 CPUtime=0 cores=0-7
/proc/1307/task/1315/stat : 1315 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780122 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747555306000 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1316] ppid=1305 vsize=26004064 memory=10644 CPUtime=0 cores=0-7
/proc/1307/task/1316/stat : 1316 (java) S 1305 1305 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101780122 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747554253456 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1317] ppid=1305 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1317/stat : 1317 (java) S 1305 1305 345 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101780124 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747131161072 139748003814018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1318] ppid=1305 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1318/stat : 1318 (java) S 1305 1305 345 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101780124 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747130107296 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1319] ppid=1305 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1319/stat : 1319 (java) S 1305 1305 345 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101780124 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747129054704 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1320] ppid=1305 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1320/stat : 1320 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780127 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747128003280 139748003821467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1321] ppid=1305 vsize=26004064 memory=139863731045839 CPUtime=0.02 cores=0-7
/proc/1307/task/1321/stat : 1321 (java) S 1305 1305 345 0 -1 1077944384 598 0 0 0 2 0 0 0 20 0 20 0 101780127 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747126949872 139748003814018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1322] ppid=1305 vsize=26004064 memory=67 CPUtime=0.02 cores=0-7
/proc/1307/task/1322/stat : 1322 (java) S 1305 1305 345 0 -1 1077944384 270 0 0 0 2 0 0 0 20 0 20 0 101780127 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747125897328 139748003814018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1323] ppid=1305 vsize=26004064 memory=51172 CPUtime=0.01 cores=0-7
/proc/1307/task/1323/stat : 1323 (java) S 1305 1305 345 0 -1 1077944384 85 0 0 0 1 0 0 0 20 0 20 0 101780127 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747124844784 139748003814018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1324] ppid=1305 vsize=26004064 memory=53476 CPUtime=0.13 cores=0-7
/proc/1307/task/1324/stat : 1324 (java) R 1305 1305 345 0 -1 4202560 768 0 0 0 13 0 0 0 20 0 20 0 101780127 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747123788608 139747982811577 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1325] ppid=1305 vsize=26004064 memory=110297088 CPUtime=0 cores=0-7
/proc/1307/task/1325/stat : 1325 (java) S 1305 1305 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101780127 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747122739936 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1326] ppid=1305 vsize=26004064 memory=9740287 CPUtime=0 cores=0-7
/proc/1307/task/1326/stat : 1326 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780127 26628161536 11070 33554432000 4194304 4196468 140721923769888 139747121687472 139748003814018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45664 KiB

[startup+0.700938 s]
/proc/loadavg: 7.91 8.05 8.13 3/200 1326
/proc/meminfo: memFree=26423520/32770624 swapFree=67108860/67108860
[pid=1305] ppid=1302 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1305/stat : 1305 (xcsp3-exec) S 1302 1305 345 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 101780121 9740288 346 33554432000 4194304 5098028 140722120668064 140722120666168 139658495988348 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26677248 140722120676453 140722120676663 140722120676663 140722120679403 0
/proc/1305/statm: 2378 346 289 221 0 87 0
[pid=1307] ppid=1305 vsize=26004140 memory=122952 CPUtime=2.02 cores=0-7
/proc/1307/stat : 1307 (java) S 1305 1305 345 0 -1 1077944320 13054 0 0 0 197 5 0 0 20 0 20 0 101780121 26628239360 30738 33554432000 4194304 4196468 140721923769888 140721923752432 139748003802871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
/proc/1307/statm: 6501035 30738 3200 1 0 6488269 0
[pid=1307/tid=1308] ppid=1305 vsize=26004140 memory=4580 CPUtime=0.67 cores=0-7
/proc/1307/task/1308/stat : 1308 (java) R 1305 1305 345 0 -1 4202560 6053 0 0 0 64 3 0 0 20 0 20 0 101780121 26628239360 30738 33554432000 4194304 4196468 140721923769888 139748008041424 139747644567464 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1309] ppid=1305 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1309/stat : 1309 (java) S 1305 1305 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780122 26628239360 30738 33554432000 4194304 4196468 140721923769888 139747561622288 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1310] ppid=1305 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1310/stat : 1310 (java) S 1305 1305 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780122 26628239360 30738 33554432000 4194304 4196468 140721923769888 139747560569744 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1311] ppid=1305 vsize=26004140 memory=4468 CPUtime=0 cores=0-7
/proc/1307/task/1311/stat : 1311 (java) S 1305 1305 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780122 26628239360 30738 33554432000 4194304 4196468 140721923769888 139747559517200 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0

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

[pid=1307/tid=1311] ppid=1305 vsize=26006188 memory=0 CPUtime=0.03 cores=0-7
/proc/1307/task/1311/stat : 1311 (java) S 1305 1305 345 0 -1 1077944384 94 0 0 0 2 1 0 0 20 0 20 0 101780122 26630336512 57205 33554432000 4194304 4196468 140721923769888 139747559517200 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1312] ppid=1305 vsize=26006188 memory=3233 CPUtime=0.03 cores=0-7
/proc/1307/task/1312/stat : 1312 (java) S 1305 1305 345 0 -1 1077944384 121 0 0 0 2 1 0 0 20 0 20 0 101780122 26630336512 57205 33554432000 4194304 4196468 140721923769888 139747558464656 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1313] ppid=1305 vsize=26006188 memory=93309940 CPUtime=0.01 cores=0-7
/proc/1307/task/1313/stat : 1313 (java) S 1305 1305 345 0 -1 1077944384 78 0 0 0 1 0 0 0 20 0 20 0 101780122 26630336512 57205 33554432000 4194304 4196468 140721923769888 139747557411088 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1314] ppid=1305 vsize=26006188 memory=0 CPUtime=0.01 cores=0-7
/proc/1307/task/1314/stat : 1314 (java) S 1305 1305 345 0 -1 1077944384 198 0 0 0 1 0 0 0 20 0 20 0 101780122 26630336512 57205 33554432000 4194304 4196468 140721923769888 139747556358544 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1315] ppid=1305 vsize=26006188 memory=4580 CPUtime=0.03 cores=0-7
/proc/1307/task/1315/stat : 1315 (java) S 1305 1305 345 0 -1 1077944384 380 0 0 0 2 1 0 0 20 0 20 0 101780122 26630336512 57205 33554432000 4194304 4196468 140721923769888 139747555306000 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1316] ppid=1305 vsize=26006188 memory=24567391 CPUtime=0.02 cores=0-7
/proc/1307/task/1316/stat : 1316 (java) S 1305 1305 345 0 -1 1077944384 79 0 0 0 1 1 0 0 20 0 20 0 101780122 26630336512 57205 33554432000 4194304 4196468 140721923769888 139747554253456 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1317] ppid=1305 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1317/stat : 1317 (java) S 1305 1305 345 0 -1 1077944384 262 0 0 0 0 0 0 0 20 0 20 0 101780124 26630336512 57205 33554432000 4194304 4196468 140721923769888 139747131161072 139748003814018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1318] ppid=1305 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1318/stat : 1318 (java) S 1305 1305 345 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 101780124 26630336512 57205 33554432000 4194304 4196468 140721923769888 139747130107360 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1319] ppid=1305 vsize=26006188 memory=4580 CPUtime=0 cores=0-7
/proc/1307/task/1319/stat : 1319 (java) S 1305 1305 345 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 101780124 26630336512 57205 33554432000 4194304 4196468 140721923769888 139747129054720 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1320] ppid=1305 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1320/stat : 1320 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780127 26630336512 57205 33554432000 4194304 4196468 140721923769888 139747128003280 139748003821467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1321] ppid=1305 vsize=26006188 memory=0 CPUtime=1.01 cores=0-7
/proc/1307/task/1321/stat : 1321 (java) R 1305 1305 345 0 -1 4202560 3905 0 0 0 101 0 0 0 20 0 20 0 101780127 26630336512 57205 33554432000 4194304 4196468 140721923769888 139747126935968 139747983027970 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1322] ppid=1305 vsize=26006188 memory=0 CPUtime=0.99 cores=0-7
/proc/1307/task/1322/stat : 1322 (java) R 1305 1305 345 0 -1 4202560 3290 0 0 0 98 1 0 0 20 0 20 0 101780127 26630336512 57205 33554432000 4194304 4196468 140721923769888 139747125885760 139747988195324 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1323] ppid=1305 vsize=26006188 memory=145466247350841 CPUtime=0.99 cores=0-7
/proc/1307/task/1323/stat : 1323 (java) R 1305 1305 345 0 -1 4202560 3372 0 0 0 99 0 0 0 20 0 20 0 101780127 26630336512 57205 33554432000 4194304 4196468 140721923769888 139747124834704 139747990127255 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1324] ppid=1305 vsize=26006188 memory=145466247350842 CPUtime=0.48 cores=0-7
/proc/1307/task/1324/stat : 1324 (java) R 1305 1305 345 0 -1 4202560 2562 0 0 0 48 0 0 0 20 0 20 0 101780127 26630336512 57205 33554432000 4194304 4196468 140721923769888 139747123792240 139747982171515 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1325] ppid=1305 vsize=26006188 memory=145466247350843 CPUtime=0 cores=0-7
/proc/1307/task/1325/stat : 1325 (java) S 1305 1305 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101780127 26630336512 57205 33554432000 4194304 4196468 140721923769888 139747122739936 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1326] ppid=1305 vsize=26006188 memory=145466247350844 CPUtime=0 cores=0-7
/proc/1307/task/1326/stat : 1326 (java) S 1305 1305 345 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 101780127 26630336512 57205 33554432000 4194304 4196468 140721923769888 139747121687472 139748003814018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
Current children cumulated CPU time: 5.17 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 230204 KiB

[startup+3.11325 s]
/proc/loadavg: 8.23 8.12 8.15 12/208 1335
/proc/meminfo: memFree=26066076/32770624 swapFree=67108860/67108860
[pid=1305] ppid=1302 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1305/stat : 1305 (xcsp3-exec) S 1302 1305 345 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 101780121 9740288 346 33554432000 4194304 5098028 140722120668064 140722120666168 139658495988348 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26677248 140722120676453 140722120676663 140722120676663 140722120679403 0
/proc/1305/statm: 2378 346 289 221 0 87 0
[pid=1307] ppid=1305 vsize=26538700 memory=431856 CPUtime=14.06 cores=0-7
/proc/1307/stat : 1307 (java) S 1305 1305 345 0 -1 1077944320 28636 0 0 0 1369 37 0 0 20 0 28 0 101780121 27175628800 107964 33554432000 4194304 4196468 140721923769888 140721923752432 139748003802871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
/proc/1307/statm: 6634675 107964 3290 1 0 6621909 0
[pid=1307/tid=1308] ppid=1305 vsize=26538700 memory=2495376004341 CPUtime=2.02 cores=0-7
/proc/1307/task/1308/stat : 1308 (java) S 1305 1305 345 0 -1 1077944384 7867 0 0 0 196 6 0 0 20 0 28 0 101780121 27175628800 107964 33554432000 4194304 4196468 140721923769888 139748008043648 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1309] ppid=1305 vsize=26538700 memory=6940416883671716432 CPUtime=0.08 cores=0-7
/proc/1307/task/1309/stat : 1309 (java) S 1305 1305 345 0 -1 1077944384 145 0 0 0 6 2 0 0 20 0 28 0 101780122 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747561622288 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1310] ppid=1305 vsize=26538700 memory=7019467088023663409 CPUtime=0.07 cores=0-7
/proc/1307/task/1310/stat : 1310 (java) S 1305 1305 345 0 -1 1077944384 107 0 0 0 5 2 0 0 20 0 28 0 101780122 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747560569744 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1311] ppid=1305 vsize=26538700 memory=416140 CPUtime=0.1 cores=0-7
/proc/1307/task/1311/stat : 1311 (java) S 1305 1305 345 0 -1 1077944384 159 0 0 0 7 3 0 0 20 0 28 0 101780122 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747559517200 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1312] ppid=1305 vsize=26538700 memory=374908 CPUtime=0.1 cores=0-7
/proc/1307/task/1312/stat : 1312 (java) S 1305 1305 345 0 -1 1077944384 161 0 0 0 7 3 0 0 20 0 28 0 101780122 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747558464656 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1313] ppid=1305 vsize=26538700 memory=0 CPUtime=0.1 cores=0-7
/proc/1307/task/1313/stat : 1313 (java) S 1305 1305 345 0 -1 1077944384 126 0 0 0 7 3 0 0 20 0 28 0 101780122 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747557411088 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1314] ppid=1305 vsize=26538700 memory=0 CPUtime=0.09 cores=0-7
/proc/1307/task/1314/stat : 1314 (java) S 1305 1305 345 0 -1 1077944384 260 0 0 0 6 3 0 0 20 0 28 0 101780122 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747556358544 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1315] ppid=1305 vsize=26538700 memory=0 CPUtime=0.1 cores=0-7
/proc/1307/task/1315/stat : 1315 (java) S 1305 1305 345 0 -1 1077944384 449 0 0 0 7 3 0 0 20 0 28 0 101780122 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747555306000 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1316] ppid=1305 vsize=26538700 memory=1223 CPUtime=0.1 cores=0-7
/proc/1307/task/1316/stat : 1316 (java) S 1305 1305 345 0 -1 1077944384 138 0 0 0 7 3 0 0 20 0 28 0 101780122 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747554253456 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1317] ppid=1305 vsize=26538700 memory=0 CPUtime=0.01 cores=0-7
/proc/1307/task/1317/stat : 1317 (java) S 1305 1305 345 0 -1 1077944384 422 0 0 0 1 0 0 0 20 0 28 0 101780124 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747131161072 139748003814018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1318] ppid=1305 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1318/stat : 1318 (java) S 1305 1305 345 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 101780124 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747130107360 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1319] ppid=1305 vsize=26538700 memory=28 CPUtime=0 cores=0-7
/proc/1307/task/1319/stat : 1319 (java) S 1305 1305 345 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 101780124 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747129054720 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1320] ppid=1305 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1320/stat : 1320 (java) S 1305 1305 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 101780127 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747128003280 139748003821467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1321] ppid=1305 vsize=26538700 memory=0 CPUtime=1.58 cores=0-7
/proc/1307/task/1321/stat : 1321 (java) R 1305 1305 345 0 -1 4202560 4616 0 0 0 157 1 0 0 20 0 28 0 101780127 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747126935896 139747996520023 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1322] ppid=1305 vsize=26538700 memory=0 CPUtime=1.6 cores=0-7
/proc/1307/task/1322/stat : 1322 (java) D 1305 1305 345 0 -1 4202560 4838 0 0 0 159 1 0 0 20 0 28 0 101780127 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747125878344 139747985346594 0 4 0 16800975 18446744071582151416 0 0 -1 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1323] ppid=1305 vsize=26538700 memory=0 CPUtime=1.67 cores=0-7
/proc/1307/task/1323/stat : 1323 (java) R 1305 1305 345 0 -1 4202560 4523 0 0 0 167 0 0 0 20 0 28 0 101780127 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747124830808 139747988910720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1324] ppid=1305 vsize=26538700 memory=0 CPUtime=0.64 cores=0-7
/proc/1307/task/1324/stat : 1324 (java) S 1305 1305 345 0 -1 1077944384 3075 0 0 0 63 1 0 0 20 0 28 0 101780127 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747123792240 139748003814018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1325] ppid=1305 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1325/stat : 1325 (java) S 1305 1305 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 101780127 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747122739936 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1326] ppid=1305 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1307/task/1326/stat : 1326 (java) S 1305 1305 345 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 101780127 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747121687472 139748003814018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1328] ppid=1305 vsize=26538700 memory=0 CPUtime=0.77 cores=0-7
/proc/1307/task/1328/stat : 1328 (java) R 1305 1305 345 0 -1 4202560 63 0 0 0 77 0 0 0 20 0 28 0 101780338 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747113676552 139747648102516 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1329] ppid=1305 vsize=26538700 memory=0 CPUtime=0.58 cores=0-7
/proc/1307/task/1329/stat : 1329 (java) R 1305 1305 345 0 -1 4202560 51 0 0 0 58 0 0 0 20 0 28 0 101780338 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747112625936 139747648208397 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1330] ppid=1305 vsize=26538700 memory=1384 CPUtime=0.79 cores=0-7
/proc/1307/task/1330/stat : 1330 (java) R 1305 1305 345 0 -1 4202560 72 0 0 0 79 0 0 0 20 0 28 0 101780338 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747111572632 139747648105720 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1331] ppid=1305 vsize=26538700 memory=419776 CPUtime=0.77 cores=0-7
/proc/1307/task/1331/stat : 1331 (java) R 1305 1305 345 0 -1 4202560 43 0 0 0 77 0 0 0 20 0 28 0 101780338 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747110518200 139747648003057 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1332] ppid=1305 vsize=26538700 memory=8547712850019655617 CPUtime=0.61 cores=0-7
/proc/1307/task/1332/stat : 1332 (java) R 1305 1305 345 0 -1 4202560 32 0 0 0 61 0 0 0 20 0 28 0 101780338 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747109467368 139747648103329 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1333] ppid=1305 vsize=26538700 memory=6946069396311860328 CPUtime=0.63 cores=0-7
/proc/1307/task/1333/stat : 1333 (java) R 1305 1305 345 0 -1 4202560 48 0 0 0 63 0 0 0 20 0 28 0 101780338 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747108414120 139747648102490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1334] ppid=1305 vsize=26538700 memory=4209357772117481859 CPUtime=0.84 cores=0-7
/proc/1307/task/1334/stat : 1334 (java) R 1305 1305 345 0 -1 4202560 41 0 0 0 84 0 0 0 20 0 28 0 101780338 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747107361608 139747648208581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1335] ppid=1305 vsize=26538700 memory=6944656592452807316 CPUtime=0.65 cores=0-7
/proc/1307/task/1335/stat : 1335 (java) R 1305 1305 345 0 -1 4202560 34 0 0 0 65 0 0 0 20 0 28 0 101780338 27175628800 107964 33554432000 4194304 4196468 140721923769888 139747106307992 139747648102798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
Current children cumulated CPU time: 14.06 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 433240 KiB

[startup+3.2616 s]
# the end of solver process 1305 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=14.2879 s, system=0.397228 s

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

[startup+3.20149 s]
/proc/loadavg: 8.23 8.12 8.15 12/208 1335
/proc/meminfo: memFree=26066076/32770624 swapFree=67108860/67108860
[pid=1305] ppid=1302 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1305/stat : 1305 (xcsp3-exec) S 1302 1305 345 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 101780121 9740288 346 33554432000 4194304 5098028 140722120668064 140722120666168 139658495988348 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26677248 140722120676453 140722120676663 140722120676663 140722120679403 0
/proc/1305/statm: 2378 346 289 221 0 87 0
[pid=1307] ppid=1305 vsize=26538700 memory=440612 CPUtime=14.62 cores=0-7
/proc/1307/stat : 1307 (java) S 1305 1305 345 0 -1 1077944320 30863 0 0 0 1424 38 0 0 20 0 19 0 101780121 27175628800 110153 33554432000 4194304 4196468 140721923769888 140721923752432 139748003802871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
/proc/1307/statm: 6634675 110153 3294 1 0 6621909 0
[pid=1307/tid=1308] ppid=1305 vsize=26538700 memory=0 CPUtime=2.02 cores=0-7
/proc/1307/task/1308/stat : 1308 (java) S 1305 1305 345 0 -1 1077944384 7873 0 0 0 196 6 0 0 20 0 19 0 101780121 27175628800 110153 33554432000 4194304 4196468 140721923769888 139748008045712 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1309] ppid=1305 vsize=26538700 memory=6656426216303648864 CPUtime=0.08 cores=0-7
/proc/1307/task/1309/stat : 1309 (java) S 1305 1305 345 0 -1 1077944384 145 0 0 0 6 2 0 0 20 0 19 0 101780122 27175628800 110153 33554432000 4194304 4196468 140721923769888 139747561622288 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1310] ppid=1305 vsize=26538700 memory=1228 CPUtime=0.07 cores=0-7
/proc/1307/task/1310/stat : 1310 (java) S 1305 1305 345 0 -1 1077944384 107 0 0 0 5 2 0 0 20 0 19 0 101780122 27175628800 110153 33554432000 4194304 4196468 140721923769888 139747560569744 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1311] ppid=1305 vsize=26538700 memory=5300 CPUtime=0.1 cores=0-7
/proc/1307/task/1311/stat : 1311 (java) S 1305 1305 345 0 -1 1077944384 159 0 0 0 7 3 0 0 20 0 19 0 101780122 27175628800 110153 33554432000 4194304 4196468 140721923769888 139747559517200 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1312] ppid=1305 vsize=26538700 memory=4616 CPUtime=0.1 cores=0-7
/proc/1307/task/1312/stat : 1312 (java) S 1305 1305 345 0 -1 1077944384 161 0 0 0 7 3 0 0 20 0 19 0 101780122 27175628800 110153 33554432000 4194304 4196468 140721923769888 139747558464656 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1313] ppid=1305 vsize=26538700 memory=1928 CPUtime=0.1 cores=0-7
/proc/1307/task/1313/stat : 1313 (java) S 1305 1305 345 0 -1 1077944384 126 0 0 0 7 3 0 0 20 0 19 0 101780122 27175628800 110153 33554432000 4194304 4196468 140721923769888 139747557411088 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1314] ppid=1305 vsize=26538700 memory=1428 CPUtime=0.09 cores=0-7
/proc/1307/task/1314/stat : 1314 (java) S 1305 1305 345 0 -1 1077944384 260 0 0 0 6 3 0 0 20 0 19 0 101780122 27175628800 110153 33554432000 4194304 4196468 140721923769888 139747556358544 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1315] ppid=1305 vsize=26538700 memory=1196 CPUtime=0.1 cores=0-7
/proc/1307/task/1315/stat : 1315 (java) S 1305 1305 345 0 -1 1077944384 449 0 0 0 7 3 0 0 20 0 19 0 101780122 27175628800 110153 33554432000 4194304 4196468 140721923769888 139747555306000 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1316] ppid=1305 vsize=26538700 memory=10644 CPUtime=0.1 cores=0-7
/proc/1307/task/1316/stat : 1316 (java) S 1305 1305 345 0 -1 1077944384 138 0 0 0 7 3 0 0 20 0 19 0 101780122 27175628800 110153 33554432000 4194304 4196468 140721923769888 139747554253456 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1317] ppid=1305 vsize=26538700 memory=15876 CPUtime=0.01 cores=0-7
/proc/1307/task/1317/stat : 1317 (java) S 1305 1305 345 0 -1 1077944384 422 0 0 0 1 0 0 0 20 0 19 0 101780124 27175628800 110153 33554432000 4194304 4196468 140721923769888 139747131161280 139748003814018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1318] ppid=1305 vsize=26538700 memory=16312 CPUtime=0 cores=0-7
/proc/1307/task/1318/stat : 1318 (java) S 1305 1305 345 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 19 0 101780124 27175628800 110153 33554432000 4194304 4196468 140721923769888 139747130107360 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1319] ppid=1305 vsize=26538700 memory=16432 CPUtime=0 cores=0-7
/proc/1307/task/1319/stat : 1319 (java) S 1305 1305 345 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 101780124 27175628800 110153 33554432000 4194304 4196468 140721923769888 139747129054720 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1320] ppid=1305 vsize=26538700 memory=55 CPUtime=0 cores=0-7
/proc/1307/task/1320/stat : 1320 (java) S 1305 1305 345 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 101780127 27175628800 110153 33554432000 4194304 4196468 140721923769888 139747128002928 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1321] ppid=1305 vsize=26538700 memory=-3253322038155611931 CPUtime=1.63 cores=0-7
/proc/1307/task/1321/stat : 1321 (java) S 1305 1305 345 0 -1 1077944384 4981 0 0 0 162 1 0 0 20 0 19 0 101780127 27175628800 110153 33554432000 4194304 4196468 140721923769888 139747126934384 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1322] ppid=1305 vsize=26538700 memory=6655300316396806240 CPUtime=1.65 cores=0-7
/proc/1307/task/1322/stat : 1322 (java) R 1305 1305 345 0 -1 4202560 6136 0 0 0 164 1 0 0 20 0 19 0 101780127 27175628800 110153 33554432000 4194304 4196468 140721923769888 139747125882824 139747996092253 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1323] ppid=1305 vsize=26538700 memory=6944656592455097440 CPUtime=1.74 cores=0-7
/proc/1307/task/1323/stat : 1323 (java) S 1305 1305 345 0 -1 1077944384 5025 0 0 0 173 1 0 0 20 0 19 0 101780127 27175628800 110153 33554432000 4194304 4196468 140721923769888 139747124829296 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1324] ppid=1305 vsize=26538700 memory=6944652177228980320 CPUtime=0.65 cores=0-7
/proc/1307/task/1324/stat : 1324 (java) S 1305 1305 345 0 -1 1077944384 3089 0 0 0 64 1 0 0 20 0 19 0 101780127 27175628800 110153 33554432000 4194304 4196468 140721923769888 139747123792240 139748003814018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
[pid=1307/tid=1325] ppid=1305 vsize=26538700 memory=-2605811476043407915 CPUtime=0 cores=0-7
/proc/1307/task/1325/stat : 1325 (java) S 1305 1305 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 101780127 27175628800 110153 33554432000 4194304 4196468 140721923769888 139747122739936 139748003813077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24035328 140721923777682 140721923777859 140721923777859 140721923780559 0
Current children cumulated CPU time: 14.62 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 441996 KiB

Child status: 0
Real time (s): 3.26165
CPU time (s): 14.6851
CPU user time (s): 14.2879
CPU system time (s): 0.397228
CPU usage (%): 450.236
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 441996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.2879
system time used= 0.397228
maximum resident set size= 444692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32154
page faults= 0
swaps= 0
block input operations= 0
block output operations= 88
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3373
involuntary context switches= 310


# summary of solver processes directly reported to runsolver:
#   pid: 1305
#   total CPU time (s): 14.6851
#   total CPU user time (s): 14.2879
#   total CPU system time (s): 0.397228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049029 second user time and 0.072523 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-14 06:50:27
IDJOB=4271057
IDBENCH=122864
IDSOLVER=2662
FILE ID=node105/4271057-1502687085
RUNJOBID= node105-1502680975-372
PBS_JOBID= 20628988
Free space on /tmp= 60664 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Mixed/Mixed-xcsp2-nengfa/color_X2.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-4271057-1502687085/watcher-4271057-1502687085 -o /tmp/evaluation-result-4271057-1502687085/solver-4271057-1502687085 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502680975-372 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 337388722 HOME/instance-4271057-1502687085.xml

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

MD5SUM BENCH= 3d90545a2544e89e20aca976efad7b9e
RANDOM SEED=337388722

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:        26481204 kB
MemAvailable:   31973488 kB
Buffers:          197620 kB
Cached:          5568332 kB
SwapCached:            0 kB
Active:           729996 kB
Inactive:        5089588 kB
Active(anon):      55912 kB
Inactive(anon):    25060 kB
Active(file):     674084 kB
Inactive(file):  5064528 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8024 kB
Writeback:            56 kB
AnonPages:         59036 kB
Mapped:            44260 kB
Shmem:             25228 kB
Slab:             164912 kB
SReclaimable:     139016 kB
SUnreclaim:        25896 kB
KernelStack:        3168 kB
PageTables:         4640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323396 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 06:50:30