Trace number 4306625

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.7b seq (e747e1e)SAT (TO)34 2520.09 2509.05

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16a_c18.xml
MD5SUM33cd07532de3d8b94fe29f3b9aee1e6b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark2400.22
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints39
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":38},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":218},{"degree":1,"count":6},{"degree":2,"count":38},{"degree":7,"count":2},{"degree":8,"count":4},{"degree":10,"count":4}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":38},{"arity":16,"count":1}]
Number of extensional constraints38
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":38},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

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 -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306625-1534081162.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306625-1534081162.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.29	c parse instance...
0.34/0.51	c solve instance...
2.21/0.97	o 43 
2.21/0.98	o 41 
2.42/1.01	o 40 
2.42/1.04	o 38 
3.63/1.66	o 35 
3.94/1.70	o 34 
2520.03/2509.00	s SATISFIABLE
2520.03/2509.00	v <instantiation>
2520.03/2509.00	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][2] d[1][3] d[1][4] d[1][7] d[1][8] d[1][9] d[2][3] d[2][7] d[2][8] d[2][9] d[3][6] d[3][7] d[3][8] d[3][9] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][6] d[5][7] d[5][8] d[5][9] d[6][7] d[6][8] d[6][9] d[7][8] d[7][9] d[8][9] </list>
2520.03/2509.00	v 	<values>3 6 4 7 10 9 11 0 1 2 8 15 14 13 12 5 1 2 0 1 1 0 1 0 0 0 0 1 1 2 0 1 0 1 1 1 2 1 1 1 0 1 2 0 0 1 0 2 2 1 1 0 0 1 </values>
2520.03/2509.00	v </instantiation>
2520.03/2509.00	c Unexpected resolution interruption!

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306625-1534081162/watcher-4306625-1534081162 -o /tmp/evaluation-result-4306625-1534081162/solver-4306625-1534081162 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534063588-31242 --watchdog 2580 HOME/xcsp3-exec -seed 106961518 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306625-1534081162.xml 

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

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


[startup+0.103101 s]*
/proc/loadavg: 1.99 1.90 1.92 3/217 958
/proc/meminfo: memFree=16782868/32770624 swapFree=67108844/67108860
[pid=941] ppid=938 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/941/stat : 941 (xcsp3-exec) S 938 941 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 225679371 115843072 363 33554432000 4194304 5098028 140734748995232 140734748993336 140201874723452 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 10362880 140734749000763 140734749000964 140734749000964 140734749003722 0
/proc/941/statm: 28282 363 305 221 0 87 0
[pid=944] ppid=941 vsize=14082940 memory=29684 CPUtime=0.12 cores=0,2,4,6
/proc/944/stat : 944 (java) S 941 941 31211 0 -1 1077944320 5251 0 0 0 11 1 0 0 20 0 15 0 225679372 14420930560 7421 33554432000 4194304 4196468 140735112961104 140735112943648 140348688236279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
/proc/944/statm: 3520735 7421 3038 1 0 3483012 0
[pid=944/tid=945] ppid=941 vsize=14082940 memory=7022364632946311227 CPUtime=0.09 cores=0,2,4,6
/proc/944/task/945/stat : 945 (java) R 941 941 31211 0 -1 4202560 3221 0 0 0 8 1 0 0 20 0 15 0 225679372 14420930560 7487 33554432000 4194304 4196468 140735112961104 140348692469552 140348688248214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=946] ppid=941 vsize=14082940 memory=4294977833 CPUtime=0 cores=0,2,4,6
/proc/944/task/946/stat : 946 (java) S 941 941 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225679373 14420930560 7487 33554432000 4194304 4196468 140735112961104 140348284050576 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=947] ppid=941 vsize=14082940 memory=140158075887219 CPUtime=0 cores=0,2,4,6
/proc/944/task/947/stat : 947 (java) S 941 941 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225679373 14420930560 7487 33554432000 4194304 4196468 140735112961104 140348282997776 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=948] ppid=941 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/944/task/948/stat : 948 (java) S 941 941 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225679373 14420930560 7487 33554432000 4194304 4196468 140735112961104 140348281944976 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=949] ppid=941 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/944/task/949/stat : 949 (java) S 941 941 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225679373 14420930560 7487 33554432000 4194304 4196468 140735112961104 140348280892176 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=950] ppid=941 vsize=14082940 memory=140158075860608 CPUtime=0 cores=0,2,4,6
/proc/944/task/950/stat : 950 (java) S 941 941 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225679374 14420930560 7487 33554432000 4194304 4196468 140735112961104 140348028336496 140348688247426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=951] ppid=941 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/944/task/951/stat : 951 (java) S 941 941 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 225679375 14420930560 7487 33554432000 4194304 4196468 140735112961104 140348027282464 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=952] ppid=941 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/944/task/952/stat : 952 (java) S 941 941 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 225679375 14420930560 7487 33554432000 4194304 4196468 140735112961104 140348026229616 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=953] ppid=941 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/944/task/953/stat : 953 (java) S 941 941 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225679377 14420930560 7487 33554432000 4194304 4196468 140735112961104 140348025177936 140348688254875 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=954] ppid=941 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/944/task/954/stat : 954 (java) S 941 941 31211 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 225679377 14420930560 7487 33554432000 4194304 4196468 140735112961104 140348024126320 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=955] ppid=941 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/944/task/955/stat : 955 (java) S 941 941 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225679377 14420930560 7487 33554432000 4194304 4196468 140735112961104 140348023073520 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=956] ppid=941 vsize=14082940 memory=140158075860608 CPUtime=0.01 cores=0,2,4,6
/proc/944/task/956/stat : 956 (java) R 941 941 31211 0 -1 4202560 382 0 0 0 1 0 0 0 20 0 15 0 225679377 14420930560 7487 33554432000 4194304 4196468 140735112961104 140348022020720 140348681343089 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=957] ppid=941 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/944/task/957/stat : 957 (java) S 941 941 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225679377 14420930560 7487 33554432000 4194304 4196468 140735112961104 140348020968160 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=958] ppid=941 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/944/task/958/stat : 958 (java) S 941 941 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225679378 14420930560 7487 33554432000 4194304 4196468 140735112961104 140348019915440 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 31136 KiB

[startup+0.210605 s]*
/proc/loadavg: 1.99 1.90 1.92 3/217 958
/proc/meminfo: memFree=16761092/32770624 swapFree=67108844/67108860
[pid=941] ppid=938 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/941/stat : 941 (xcsp3-exec) S 938 941 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 225679371 115843072 363 33554432000 4194304 5098028 140734748995232 140734748993336 140201874723452 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 10362880 140734749000763 140734749000964 140734749000964 140734749003722 0
/proc/941/statm: 28282 363 305 221 0 87 0
[pid=944] ppid=941 vsize=14082940 memory=41232 CPUtime=0.34 cores=0,2,4,6
/proc/944/stat : 944 (java) S 941 941 31211 0 -1 1077944320 7816 0 0 0 31 3 0 0 20 0 15 0 225679372 14420930560 10308 33554432000 4194304 4196468 140735112961104 140735112943648 140348688236279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
/proc/944/statm: 3520735 10308 3211 1 0 3483012 0
[pid=944/tid=945] ppid=941 vsize=14082940 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/944/task/945/stat : 945 (java) R 941 941 31211 0 -1 4202560 4893 0 0 0 18 2 0 0 20 0 15 0 225679372 14420930560 10308 33554432000 4194304 4196468 140735112961104 140348692469744 140348673971132 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=946] ppid=941 vsize=14082940 memory=4294977833 CPUtime=0 cores=0,2,4,6
/proc/944/task/946/stat : 946 (java) S 941 941 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225679373 14420930560 10308 33554432000 4194304 4196468 140735112961104 140348284050576 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=947] ppid=941 vsize=14082940 memory=140158075887219 CPUtime=0 cores=0,2,4,6
/proc/944/task/947/stat : 947 (java) S 941 941 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225679373 14420930560 10308 33554432000 4194304 4196468 140735112961104 140348282997776 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=948] ppid=941 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/944/task/948/stat : 948 (java) S 941 941 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225679373 14420930560 10308 33554432000 4194304 4196468 140735112961104 140348281944976 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=949] ppid=941 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/944/task/949/stat : 949 (java) S 941 941 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225679373 14420930560 10308 33554432000 4194304 4196468 140735112961104 140348280892176 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=950] ppid=941 vsize=14082940 memory=140158075860608 CPUtime=0 cores=0,2,4,6
/proc/944/task/950/stat : 950 (java) S 941 941 31211 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225679374 14420930560 10308 33554432000 4194304 4196468 140735112961104 140348028336496 140348688247426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=951] ppid=941 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/944/task/951/stat : 951 (java) S 941 941 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 225679375 14420930560 10308 33554432000 4194304 4196468 140735112961104 140348027282464 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=952] ppid=941 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/944/task/952/stat : 952 (java) S 941 941 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 225679375 14420930560 10308 33554432000 4194304 4196468 140735112961104 140348026229616 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=953] ppid=941 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/944/task/953/stat : 953 (java) S 941 941 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225679377 14420930560 10308 33554432000 4194304 4196468 140735112961104 140348025177936 140348688254875 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=954] ppid=941 vsize=14082940 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/944/task/954/stat : 954 (java) S 941 941 31211 0 -1 1077944384 604 0 0 0 3 0 0 0 20 0 15 0 225679377 14420930560 10308 33554432000 4194304 4196468 140735112961104 140348024126320 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=955] ppid=941 vsize=14082940 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/944/task/955/stat : 955 (java) S 941 941 31211 0 -1 1077944384 125 0 0 0 2 0 0 0 20 0 15 0 225679377 14420930560 10308 33554432000 4194304 4196468 140735112961104 140348023073520 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=956] ppid=941 vsize=14082940 memory=140158075860608 CPUtime=0.08 cores=0,2,4,6
/proc/944/task/956/stat : 956 (java) R 941 941 31211 0 -1 4202560 892 0 0 0 8 0 0 0 20 0 15 0 225679377 14420930560 10308 33554432000 4194304 4196468 140735112961104 140348022020720 140348667164422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=957] ppid=941 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/944/task/957/stat : 957 (java) S 941 941 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225679377 14420930560 10308 33554432000 4194304 4196468 140735112961104 140348020968160 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=958] ppid=941 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/944/task/958/stat : 958 (java) S 941 941 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225679378 14420930560 10308 33554432000 4194304 4196468 140735112961104 140348019915440 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42684 KiB

[startup+0.601226 s]*
/proc/loadavg: 1.99 1.90 1.92 5/217 958
/proc/meminfo: memFree=16745980/32770624 swapFree=67108844/67108860
[pid=941] ppid=938 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/941/stat : 941 (xcsp3-exec) S 938 941 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 225679371 115843072 363 33554432000 4194304 5098028 140734748995232 140734748993336 140201874723452 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 10362880 140734749000763 140734749000964 140734749000964 140734749003722 0
/proc/941/statm: 28282 363 305 221 0 87 0
[pid=944] ppid=941 vsize=14089320 memory=67664 CPUtime=1.28 cores=0,2,4,6
/proc/944/stat : 944 (java) S 941 941 31211 0 -1 1077944320 11460 0 0 0 123 5 0 0 20 0 15 0 225679372 14427463680 16916 33554432000 4194304 4196468 140735112961104 140735112943648 140348688236279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
/proc/944/statm: 3522330 16916 3363 1 0 3483524 0
[pid=944/tid=945] ppid=941 vsize=14089320 memory=6935054825532540783 CPUtime=0.57 cores=0,2,4,6
/proc/944/task/945/stat : 945 (java) R 941 941 31211 0 -1 4202560 6311 0 0 0 54 3 0 0 20 0 15 0 225679372 14427463680 16916 33554432000 4194304 4196468 140735112961104 140348692472952 140348329275553 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=946] ppid=941 vsize=14089320 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/944/task/946/stat : 946 (java) S 941 941 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225679373 14427463680 16916 33554432000 4194304 4196468 140735112961104 140348284050576 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=947] ppid=941 vsize=14089320 memory=756 CPUtime=0 cores=0,2,4,6
/proc/944/task/947/stat : 947 (java) S 941 941 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225679373 14427463680 16916 33554432000 4194304 4196468 140735112961104 140348282997776 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=948] ppid=941 vsize=14089320 memory=14568 CPUtime=0 cores=0,2,4,6
/proc/944/task/948/stat : 948 (java) S 941 941 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225679373 14427463680 16916 33554432000 4194304 4196468 140735112961104 140348281944976 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=949] ppid=941 vsize=14089320 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/944/task/949/stat : 949 (java) S 941 941 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225679373 14427463680 16916 33554432000 4194304 4196468 140735112961104 140348280892176 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=950] ppid=941 vsize=14089320 memory=3300 CPUtime=0 cores=0,2,4,6
/proc/944/task/950/stat : 950 (java) S 941 941 31211 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225679374 14427463680 16916 33554432000 4194304 4196468 140735112961104 140348028336496 140348688247426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=951] ppid=941 vsize=14089320 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/944/task/951/stat : 951 (java) S 941 941 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 225679375 14427463680 16916 33554432000 4194304 4196468 140735112961104 140348027282464 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=952] ppid=941 vsize=14089320 memory=298024 CPUtime=0 cores=0,2,4,6
/proc/944/task/952/stat : 952 (java) S 941 941 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 225679375 14427463680 16916 33554432000 4194304 4196468 140735112961104 140348026229616 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=953] ppid=941 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/944/task/953/stat : 953 (java) S 941 941 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225679377 14427463680 16916 33554432000 4194304 4196468 140735112961104 140348025177936 140348688254875 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=954] ppid=941 vsize=14089320 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/944/task/954/stat : 954 (java) R 941 941 31211 0 -1 4202560 1073 0 0 0 21 0 0 0 20 0 15 0 225679377 14427463680 16916 33554432000 4194304 4196468 140735112961104 140348024119344 140348672146688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=955] ppid=941 vsize=14089320 memory=140157936296400 CPUtime=0.19 cores=0,2,4,6
/proc/944/task/955/stat : 955 (java) R 941 941 31211 0 -1 4202560 801 0 0 0 19 0 0 0 20 0 15 0 225679377 14427463680 16916 33554432000 4194304 4196468 140735112961104 140348023073648 140348688257626 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=956] ppid=941 vsize=14089320 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/944/task/956/stat : 956 (java) R 941 941 31211 0 -1 1077944384 1966 0 0 0 29 0 0 0 20 0 15 0 225679377 14427463680 16916 33554432000 4194304 4196468 140735112961104 140348022020720 140348688247426 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=957] ppid=941 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/944/task/957/stat : 957 (java) S 941 941 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225679377 14427463680 16916 33554432000 4194304 4196468 140735112961104 140348020968160 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=958] ppid=941 vsize=14089320 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/944/task/958/stat : 958 (java) S 941 941 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225679378 14427463680 16916 33554432000 4194304 4196468 140735112961104 140348019915440 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 69116 KiB

[startup+0.710579 s]*
/proc/loadavg: 1.99 1.90 1.92 5/217 958
/proc/meminfo: memFree=16743748/32770624 swapFree=67108844/67108860
[pid=941] ppid=938 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/941/stat : 941 (xcsp3-exec) S 938 941 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 225679371 115843072 363 33554432000 4194304 5098028 140734748995232 140734748993336 140201874723452 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 10362880 140734749000763 140734749000964 140734749000964 140734749003722 0
/proc/941/statm: 28282 363 305 221 0 87 0
[pid=944] ppid=941 vsize=14089320 memory=70036 CPUtime=1.64 cores=0,2,4,6
/proc/944/stat : 944 (java) S 941 941 31211 0 -1 1077944320 12055 0 0 0 159 5 0 0 20 0 15 0 225679372 14427463680 17509 33554432000 4194304 4196468 140735112961104 140735112943648 140348688236279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
/proc/944/statm: 3522330 17509 3367 1 0 3483524 0
[pid=944/tid=945] ppid=941 vsize=14089320 memory=7022364632946311227 CPUtime=0.68 cores=0,2,4,6
/proc/944/task/945/stat : 945 (java) R 941 941 31211 0 -1 4202560 6312 0 0 0 65 3 0 0 20 0 15 0 225679372 14427463680 17575 33554432000 4194304 4196468 140735112961104 140348692475608 140348329074856 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=946] ppid=941 vsize=14089320 memory=4294977833 CPUtime=0 cores=0,2,4,6
/proc/944/task/946/stat : 946 (java) S 941 941 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225679373 14427463680 17575 33554432000 4194304 4196468 140735112961104 140348284050576 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=947] ppid=941 vsize=14089320 memory=140158075887219 CPUtime=0 cores=0,2,4,6
/proc/944/task/947/stat : 947 (java) S 941 941 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225679373 14427463680 17575 33554432000 4194304 4196468 140735112961104 140348282997776 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=948] ppid=941 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/944/task/948/stat : 948 (java) S 941 941 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225679373 14427463680 17575 33554432000 4194304 4196468 140735112961104 140348281944976 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=949] ppid=941 vsize=14089320 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/944/task/949/stat : 949 (java) S 941 941 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225679373 14427463680 17575 33554432000 4194304 4196468 140735112961104 140348280892176 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=950] ppid=941 vsize=14089320 memory=140158075860608 CPUtime=0 cores=0,2,4,6
/proc/944/task/950/stat : 950 (java) S 941 941 31211 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225679374 14427463680 17575 33554432000 4194304 4196468 140735112961104 140348028336496 140348688247426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=951] ppid=941 vsize=14089320 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/944/task/951/stat : 951 (java) S 941 941 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 225679375 14427463680 17575 33554432000 4194304 4196468 140735112961104 140348027282464 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=952] ppid=941 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/944/task/952/stat : 952 (java) S 941 941 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 225679375 14427463680 17575 33554432000 4194304 4196468 140735112961104 140348026229616 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=953] ppid=941 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/944/task/953/stat : 953 (java) S 941 941 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225679377 14427463680 17575 33554432000 4194304 4196468 140735112961104 140348025177936 140348688254875 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=954] ppid=941 vsize=14089320 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/944/task/954/stat : 954 (java) R 941 941 31211 0 -1 4202560 1343 0 0 0 32 0 0 0 20 0 15 0 225679377 14427463680 17575 33554432000 4194304 4196468 140735112961104 140348024125504 140348680525661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=955] ppid=941 vsize=14089320 memory=-1 CPUtime=0.3 cores=0,2,4,6
/proc/944/task/955/stat : 955 (java) R 941 941 31211 0 -1 4202560 1202 0 0 0 30 0 0 0 20 0 15 0 225679377 14427463680 17575 33554432000 4194304 4196468 140735112961104 140348023073648 140348669780455 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=956] ppid=941 vsize=14089320 memory=140158075860608 CPUtime=0.32 cores=0,2,4,6
/proc/944/task/956/stat : 956 (java) R 941 941 31211 0 -1 1077944384 2004 0 0 0 32 0 0 0 20 0 15 0 225679377 14427463680 17575 33554432000 4194304 4196468 140735112961104 140348022020720 140348688247426 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=957] ppid=941 vsize=14089320 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/944/task/957/stat : 957 (java) S 941 941 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225679377 14427463680 17575 33554432000 4194304 4196468 140735112961104 140348020968160 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=958] ppid=941 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/944/task/958/stat : 958 (java) S 941 941 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225679378 14427463680 17575 33554432000 4194304 4196468 140735112961104 140348019915440 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 71488 KiB

[startup+1.50065 s]
/proc/loadavg: 1.99 1.90 1.92 3/217 958
/proc/meminfo: memFree=16738800/32770624 swapFree=67108844/67108860
[pid=941] ppid=938 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/941/stat : 941 (xcsp3-exec) S 938 941 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 225679371 115843072 363 33554432000 4194304 5098028 140734748995232 140734748993336 140201874723452 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 10362880 140734749000763 140734749000964 140734749000964 140734749003722 0
/proc/941/statm: 28282 363 305 221 0 87 0

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

/proc/944/task/952/stat : 952 (java) S 941 941 31211 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 225679375 14427463680 2131437 33554432000 4194304 4196468 140735112961104 140348026229616 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=953] ppid=941 vsize=14089320 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/944/task/953/stat : 953 (java) S 941 941 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225679377 14427463680 2131437 33554432000 4194304 4196468 140735112961104 140348025177936 140348688254875 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=954] ppid=941 vsize=14089320 memory=7528 CPUtime=1.75 cores=0,2,4,6
/proc/944/task/954/stat : 954 (java) S 941 941 31211 0 -1 1077944384 12464 0 0 0 174 1 0 0 20 0 15 0 225679377 14427463680 2131437 33554432000 4194304 4196468 140735112961104 140348024126320 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=955] ppid=941 vsize=14089320 memory=804 CPUtime=1.44 cores=0,2,4,6
/proc/944/task/955/stat : 955 (java) S 941 941 31211 0 -1 1077944384 7543 0 0 0 144 0 0 0 20 0 15 0 225679377 14427463680 2131437 33554432000 4194304 4196468 140735112961104 140348023073520 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=956] ppid=941 vsize=14089320 memory=1796 CPUtime=0.48 cores=0,2,4,6
/proc/944/task/956/stat : 956 (java) S 941 941 31211 0 -1 1077944384 6285 0 0 0 46 2 0 0 20 0 15 0 225679377 14427463680 2131437 33554432000 4194304 4196468 140735112961104 140348022020720 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=957] ppid=941 vsize=14089320 memory=912 CPUtime=0 cores=0,2,4,6
/proc/944/task/957/stat : 957 (java) S 941 941 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225679377 14427463680 2131437 33554432000 4194304 4196468 140735112961104 140348020968160 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=958] ppid=941 vsize=14089320 memory=3848 CPUtime=0.7 cores=0,2,4,6
/proc/944/task/958/stat : 958 (java) S 941 941 31211 0 -1 1077944384 1040 0 0 0 34 36 0 0 20 0 15 0 225679378 14427463680 2131437 33554432000 4194304 4196468 140735112961104 140348019915440 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
Current children cumulated CPU time: 2453.28 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 8527200 KiB

[startup+2502.3 s]*
/proc/loadavg: 1.96 1.93 1.91 3/218 1312
/proc/meminfo: memFree=6054756/32770624 swapFree=67108844/67108860
[pid=941] ppid=938 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/941/stat : 941 (xcsp3-exec) S 938 941 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 225679371 115843072 363 33554432000 4194304 5098028 140734748995232 140734748993336 140201874723452 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 10362880 140734749000763 140734749000964 140734749000964 140734749003722 0
/proc/941/statm: 28282 363 305 221 0 87 0
[pid=944] ppid=941 vsize=14089320 memory=8525568 CPUtime=2513.34 cores=0,2,4,6
/proc/944/stat : 944 (java) S 941 941 31211 0 -1 1077944320 254567 0 0 0 250303 1031 0 0 20 0 15 0 225679372 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140735112943648 140348688236279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
/proc/944/statm: 3522330 2131392 3435 1 0 3483524 0
[pid=944/tid=945] ppid=941 vsize=14089320 memory=6935054825532540783 CPUtime=2498.24 cores=0,2,4,6
/proc/944/task/945/stat : 945 (java) R 941 941 31211 0 -1 4202560 199027 0 0 0 248920 904 0 0 20 0 15 0 225679372 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348692475728 140348331146581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=946] ppid=941 vsize=14089320 memory=4126316290023845779 CPUtime=2.36 cores=0,2,4,6
/proc/944/task/946/stat : 946 (java) S 941 941 31211 0 -1 1077944384 4066 0 0 0 218 18 0 0 20 0 15 0 225679373 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348284050576 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=947] ppid=941 vsize=14089320 memory=3848 CPUtime=2.36 cores=0,2,4,6
/proc/944/task/947/stat : 947 (java) S 941 941 31211 0 -1 1077944384 3258 0 0 0 222 14 0 0 20 0 15 0 225679373 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348282997776 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=948] ppid=941 vsize=14089320 memory=2648 CPUtime=2.36 cores=0,2,4,6
/proc/944/task/948/stat : 948 (java) S 941 941 31211 0 -1 1077944384 2787 0 0 0 217 19 0 0 20 0 15 0 225679373 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348281944976 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=949] ppid=941 vsize=14089320 memory=2704 CPUtime=2.34 cores=0,2,4,6
/proc/944/task/949/stat : 949 (java) S 941 941 31211 0 -1 1077944384 3954 0 0 0 216 18 0 0 20 0 15 0 225679373 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348280892176 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=950] ppid=941 vsize=14089320 memory=2704 CPUtime=1.2 cores=0,2,4,6
/proc/944/task/950/stat : 950 (java) S 941 941 31211 0 -1 1077944384 12782 0 0 0 87 33 0 0 20 0 15 0 225679374 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348028336496 140348688247426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=951] ppid=941 vsize=14089320 memory=8525568 CPUtime=0 cores=0,2,4,6
/proc/944/task/951/stat : 951 (java) S 941 941 31211 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 225679375 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348027282464 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=952] ppid=941 vsize=14089320 memory=1020 CPUtime=0 cores=0,2,4,6
/proc/944/task/952/stat : 952 (java) S 941 941 31211 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 225679375 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348026229616 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=953] ppid=941 vsize=14089320 memory=5780 CPUtime=0 cores=0,2,4,6
/proc/944/task/953/stat : 953 (java) S 941 941 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225679377 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348025177936 140348688254875 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=954] ppid=941 vsize=14089320 memory=756 CPUtime=1.75 cores=0,2,4,6
/proc/944/task/954/stat : 954 (java) S 941 941 31211 0 -1 1077944384 12464 0 0 0 174 1 0 0 20 0 15 0 225679377 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348024126320 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=955] ppid=941 vsize=14089320 memory=14568 CPUtime=1.44 cores=0,2,4,6
/proc/944/task/955/stat : 955 (java) S 941 941 31211 0 -1 1077944384 7543 0 0 0 144 0 0 0 20 0 15 0 225679377 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348023073520 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=956] ppid=941 vsize=14089320 memory=12708 CPUtime=0.48 cores=0,2,4,6
/proc/944/task/956/stat : 956 (java) S 941 941 31211 0 -1 1077944384 6285 0 0 0 46 2 0 0 20 0 15 0 225679377 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348022020720 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=957] ppid=941 vsize=14089320 memory=33796 CPUtime=0 cores=0,2,4,6
/proc/944/task/957/stat : 957 (java) S 941 941 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225679377 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348020968160 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=958] ppid=941 vsize=14089320 memory=2324 CPUtime=0.71 cores=0,2,4,6
/proc/944/task/958/stat : 958 (java) S 941 941 31211 0 -1 1077944384 1044 0 0 0 34 37 0 0 20 0 15 0 225679378 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348019915440 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
Current children cumulated CPU time: 2513.34 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 8527020 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509 s]
/proc/loadavg: 1.89 1.91 1.90 3/218 1312
/proc/meminfo: memFree=6054756/32770624 swapFree=67108844/67108860
[pid=941] ppid=938 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/941/stat : 941 (xcsp3-exec) S 938 941 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 225679371 115843072 363 33554432000 4194304 5098028 140734748995232 140734748993336 140201874723452 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 10362880 140734749000763 140734749000964 140734749000964 140734749003722 0
/proc/941/statm: 28282 363 305 221 0 87 0
[pid=944] ppid=941 vsize=14089320 memory=8525568 CPUtime=2520.03 cores=0,2,4,6
/proc/944/stat : 944 (java) S 941 941 31211 0 -1 1077944320 254570 0 0 0 250972 1031 0 0 20 0 15 0 225679372 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140735112943648 140348688236279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
/proc/944/statm: 3522330 2131392 3435 1 0 3483524 0
[pid=944/tid=945] ppid=941 vsize=14089320 memory=1452 CPUtime=2504.93 cores=0,2,4,6
/proc/944/task/945/stat : 945 (java) R 941 941 31211 0 -1 4202560 199030 0 0 0 249589 904 0 0 20 0 15 0 225679372 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348692475728 140348329303742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=946] ppid=941 vsize=14089320 memory=61280 CPUtime=2.36 cores=0,2,4,6
/proc/944/task/946/stat : 946 (java) S 941 941 31211 0 -1 1077944384 4066 0 0 0 218 18 0 0 20 0 15 0 225679373 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348284050576 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=947] ppid=941 vsize=14089320 memory=2204 CPUtime=2.36 cores=0,2,4,6
/proc/944/task/947/stat : 947 (java) S 941 941 31211 0 -1 1077944384 3258 0 0 0 222 14 0 0 20 0 15 0 225679373 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348282997776 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=948] ppid=941 vsize=14089320 memory=1452 CPUtime=2.36 cores=0,2,4,6
/proc/944/task/948/stat : 948 (java) S 941 941 31211 0 -1 1077944384 2787 0 0 0 217 19 0 0 20 0 15 0 225679373 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348281944976 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=949] ppid=941 vsize=14089320 memory=8525568 CPUtime=2.34 cores=0,2,4,6
/proc/944/task/949/stat : 949 (java) S 941 941 31211 0 -1 1077944384 3954 0 0 0 216 18 0 0 20 0 15 0 225679373 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348280892176 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=950] ppid=941 vsize=14089320 memory=1452 CPUtime=1.2 cores=0,2,4,6
/proc/944/task/950/stat : 950 (java) S 941 941 31211 0 -1 1077944384 12782 0 0 0 87 33 0 0 20 0 15 0 225679374 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348028336496 140348688247426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=951] ppid=941 vsize=14089320 memory=33 CPUtime=0 cores=0,2,4,6
/proc/944/task/951/stat : 951 (java) S 941 941 31211 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 225679375 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348027282464 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=952] ppid=941 vsize=14089320 memory=164 CPUtime=0 cores=0,2,4,6
/proc/944/task/952/stat : 952 (java) S 941 941 31211 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 225679375 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348026229616 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=953] ppid=941 vsize=14089320 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/944/task/953/stat : 953 (java) S 941 941 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225679377 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348025177936 140348688254875 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=954] ppid=941 vsize=14089320 memory=8525748 CPUtime=1.75 cores=0,2,4,6
/proc/944/task/954/stat : 954 (java) S 941 941 31211 0 -1 1077944384 12464 0 0 0 174 1 0 0 20 0 15 0 225679377 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348024126320 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=955] ppid=941 vsize=14089320 memory=33788 CPUtime=1.44 cores=0,2,4,6
/proc/944/task/955/stat : 955 (java) S 941 941 31211 0 -1 1077944384 7543 0 0 0 144 0 0 0 20 0 15 0 225679377 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348023073520 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=956] ppid=941 vsize=14089320 memory=2324 CPUtime=0.48 cores=0,2,4,6
/proc/944/task/956/stat : 956 (java) S 941 941 31211 0 -1 1077944384 6285 0 0 0 46 2 0 0 20 0 15 0 225679377 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348022020720 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=957] ppid=941 vsize=14089320 memory=280315874426544 CPUtime=0 cores=0,2,4,6
/proc/944/task/957/stat : 957 (java) S 941 941 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225679377 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348020968160 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=958] ppid=941 vsize=14089320 memory=7380949459310568293 CPUtime=0.71 cores=0,2,4,6
/proc/944/task/958/stat : 958 (java) S 941 941 31211 0 -1 1077944384 1044 0 0 0 34 37 0 0 20 0 15 0 225679378 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348019915440 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 8527020 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2509.01 s]
# the end of solver process 941 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002449 s, system=0 s

[startup+2509.05 s]
# the end of solver process 944 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2509.74 s, system=10.3571 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+2509 s]
/proc/loadavg: 1.89 1.91 1.90 3/218 1312
/proc/meminfo: memFree=6054756/32770624 swapFree=67108844/67108860
[pid=941] ppid=938 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/941/stat : 941 (xcsp3-exec) S 938 941 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 225679371 115843072 363 33554432000 4194304 5098028 140734748995232 140734748993336 140201874723452 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 10362880 140734749000763 140734749000964 140734749000964 140734749003722 0
/proc/941/statm: 28282 363 305 221 0 87 0
[pid=944] ppid=941 vsize=14089320 memory=8525568 CPUtime=2520.03 cores=0,2,4,6
/proc/944/stat : 944 (java) S 941 941 31211 0 -1 1077944320 254570 0 0 0 250972 1031 0 0 20 0 15 0 225679372 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140735112943648 140348688236279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
/proc/944/statm: 3522330 2131392 3435 1 0 3483524 0
[pid=944/tid=945] ppid=941 vsize=14089320 memory=1452 CPUtime=2504.93 cores=0,2,4,6
/proc/944/task/945/stat : 945 (java) R 941 941 31211 0 -1 4202560 199030 0 0 0 249589 904 0 0 20 0 15 0 225679372 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348692475728 140348329303742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=946] ppid=941 vsize=14089320 memory=61280 CPUtime=2.36 cores=0,2,4,6
/proc/944/task/946/stat : 946 (java) S 941 941 31211 0 -1 1077944384 4066 0 0 0 218 18 0 0 20 0 15 0 225679373 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348284050576 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=947] ppid=941 vsize=14089320 memory=2204 CPUtime=2.36 cores=0,2,4,6
/proc/944/task/947/stat : 947 (java) S 941 941 31211 0 -1 1077944384 3258 0 0 0 222 14 0 0 20 0 15 0 225679373 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348282997776 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=948] ppid=941 vsize=14089320 memory=1452 CPUtime=2.36 cores=0,2,4,6
/proc/944/task/948/stat : 948 (java) S 941 941 31211 0 -1 1077944384 2787 0 0 0 217 19 0 0 20 0 15 0 225679373 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348281944976 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=949] ppid=941 vsize=14089320 memory=8525568 CPUtime=2.34 cores=0,2,4,6
/proc/944/task/949/stat : 949 (java) S 941 941 31211 0 -1 1077944384 3954 0 0 0 216 18 0 0 20 0 15 0 225679373 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348280892176 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=950] ppid=941 vsize=14089320 memory=1452 CPUtime=1.2 cores=0,2,4,6
/proc/944/task/950/stat : 950 (java) S 941 941 31211 0 -1 1077944384 12782 0 0 0 87 33 0 0 20 0 15 0 225679374 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348028336496 140348688247426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=951] ppid=941 vsize=14089320 memory=33 CPUtime=0 cores=0,2,4,6
/proc/944/task/951/stat : 951 (java) S 941 941 31211 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 225679375 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348027282464 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=952] ppid=941 vsize=14089320 memory=164 CPUtime=0 cores=0,2,4,6
/proc/944/task/952/stat : 952 (java) S 941 941 31211 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 225679375 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348026229616 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=953] ppid=941 vsize=14089320 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/944/task/953/stat : 953 (java) S 941 941 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225679377 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348025177936 140348688254875 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=954] ppid=941 vsize=14089320 memory=8525748 CPUtime=1.75 cores=0,2,4,6
/proc/944/task/954/stat : 954 (java) S 941 941 31211 0 -1 1077944384 12464 0 0 0 174 1 0 0 20 0 15 0 225679377 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348024126320 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=955] ppid=941 vsize=14089320 memory=33788 CPUtime=1.44 cores=0,2,4,6
/proc/944/task/955/stat : 955 (java) S 941 941 31211 0 -1 1077944384 7543 0 0 0 144 0 0 0 20 0 15 0 225679377 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348023073520 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=956] ppid=941 vsize=14089320 memory=2324 CPUtime=0.48 cores=0,2,4,6
/proc/944/task/956/stat : 956 (java) S 941 941 31211 0 -1 1077944384 6285 0 0 0 46 2 0 0 20 0 15 0 225679377 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348022020720 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=957] ppid=941 vsize=14089320 memory=280315874426544 CPUtime=0 cores=0,2,4,6
/proc/944/task/957/stat : 957 (java) S 941 941 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225679377 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348020968160 140348688246485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
[pid=944/tid=958] ppid=941 vsize=14089320 memory=7380949459310568293 CPUtime=0.71 cores=0,2,4,6
/proc/944/task/958/stat : 958 (java) S 941 941 31211 0 -1 1077944384 1044 0 0 0 34 37 0 0 20 0 15 0 225679378 14427463680 2131392 33554432000 4194304 4196468 140735112961104 140348019915440 140348688247426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17948672 140735112967302 140735112967473 140735112967473 140735112970191 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 8527020 KiB

Child status: 143
Real time (s): 2509.05
CPU time (s): 2520.09
CPU user time (s): 2509.74
CPU system time (s): 10.3571
CPU usage (%): 100.44
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 8527200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2509.74
system time used= 10.3571
maximum resident set size= 8526364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255323
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71317
involuntary context switches= 3857


# summary of solver processes directly reported to runsolver:
#   pid: 941,944
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2509.74
#   total CPU system time (s): 10.3571

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9084 second user time and 22.9538 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-12 15:39:22
IDJOB=4306625
IDBENCH=141255
IDSOLVER=2787
FILE ID=node136/4306625-1534081162
RUNJOBID= node136-1534063588-31242
PBS_JOBID= 21036988
Free space on /tmp= 35520 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16a_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306625-1534081162/watcher-4306625-1534081162 -o /tmp/evaluation-result-4306625-1534081162/solver-4306625-1534081162 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534063588-31242 --watchdog 2580  HOME/xcsp3-exec -seed 106961518 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306625-1534081162.xml

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

MD5SUM BENCH= 33cd07532de3d8b94fe29f3b9aee1e6b
RANDOM SEED=106961518

node136.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.50
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.50
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.50
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.50
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:        16801228 kB
MemAvailable:   31620320 kB
Buffers:          252076 kB
Cached:         14668132 kB
SwapCached:            8 kB
Active:          7510068 kB
Inactive:        7749240 kB
Active(anon):     288776 kB
Inactive(anon):   102692 kB
Active(file):    7221292 kB
Inactive(file):  7646548 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108844 kB
Dirty:             21672 kB
Writeback:             0 kB
AnonPages:        216952 kB
Mapped:            65600 kB
Shmem:             49788 kB
Slab:             407628 kB
SReclaimable:     379712 kB
SUnreclaim:        27916 kB
KernelStack:        3712 kB
PageTables:         6656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1261332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 35496 MiB
End job on node136 at 2018-08-12 16:21:11