Trace number 4407018

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 2019-09-24 parallelOPT40 18.7577 3.30417

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12a_c18.xml
MD5SUM56cb9e23f693fb34c9078bf93399e92e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark13.8479
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints105
Number of domains18
Minimum domain size1
Maximum domain size21
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":24},{"size":3,"count":3},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":21,"count":12}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":31,"count":6},{"degree":32,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":85},{"arity":13,"count":20}]
Number of extensional constraints0
Number of intensional constraints85
Distribution of constraint types[{"type":"intension","count":85},{"type":"count","count":20}]
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 -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4407018-1569363776.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407018-1569363776.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
2.05/0.88	c solve instance...
2.39/0.97	o 54 
2.39/0.98	o 48 
3.23/1.06	o 47 
3.95/1.19	o 46 
4.67/1.25	o 45 
4.67/1.25	o 44 
5.44/1.34	o 43 
6.96/1.53	o 40 
17.99/2.99	s OPTIMUM FOUND
17.99/2.99	v <instantiation>
17.99/2.99	v 	<list>v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] </list>
17.99/2.99	v 	<values>-1 9 9 9 9 1 1 9 -9 9 -9 -9 1 0 0 0 0 0 0 0 3 0 2 0 0 0 0 0 0 0 6 0 5 0 0 0 0 0 0 0 10 0 12 13 </values>
17.99/2.99	v </instantiation>

Verifier Data

OK	40

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407018-1569363776/watcher-4407018-1569363776 -o /var/tmp/evaluation-result-4407018-1569363776/solver-4407018-1569363776 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1569356229-8831 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 796921941 HOME/instance-4407018-1569363776.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=10438, runsolver pid=10435
Current StackSize limit: 8192 KiB


[startup+0.100146 s]*
/proc/loadavg: 7.68 7.84 7.33 2/212 10459
/proc/meminfo: memFree=25721336/32770624 swapFree=66966884/67108860
[pid=10438] ppid=10435 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10438/stat : 10438 (xcsp3-exec) S 10435 10438 8804 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 512314064 115843072 363 33554432000 4194304 5098028 140726322444256 140726322442360 140528927183484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15007744 140726322447186 140726322447445 140726322447445 140726322450374 0
/proc/10438/statm: 28282 363 304 221 0 87 0
[pid=10440] ppid=10438 vsize=28227396 memory=28932 CPUtime=0.12 cores=0-7
/proc/10440/stat : 10440 (java) S 10438 10438 8804 0 -1 1077944320 5704 0 0 0 11 1 0 0 20 0 20 0 512314064 28904853504 7233 33554432000 4194304 4196468 140724335851136 140724335833680 139897813737207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
/proc/10440/statm: 7056849 7233 3121 1 0 7019032 0
[pid=10440/tid=10441] ppid=10438 vsize=28227396 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/10440/task/10441/stat : 10441 (java) R 10438 10438 8804 0 -1 4202560 3621 0 0 0 8 1 0 0 20 0 20 0 512314065 28904853504 7233 33554432000 4194304 4196468 140724335851136 139897817970480 139897795625917 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10442] ppid=10438 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/10440/task/10442/stat : 10442 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28904853504 7233 33554432000 4194304 4196468 140724335851136 139897766358160 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10443] ppid=10438 vsize=28227396 memory=139628193642112 CPUtime=0 cores=0-7
/proc/10440/task/10443/stat : 10443 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28904853504 7233 33554432000 4194304 4196468 140724335851136 139897765305360 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10444] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10444/stat : 10444 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28904853504 7233 33554432000 4194304 4196468 140724335851136 139897764252560 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10445] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10445/stat : 10445 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28904853504 7233 33554432000 4194304 4196468 140724335851136 139897763199760 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10446] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10446/stat : 10446 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28904853504 7233 33554432000 4194304 4196468 140724335851136 139897762146960 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10447] ppid=10438 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10440/task/10447/stat : 10447 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28904853504 7233 33554432000 4194304 4196468 140724335851136 139897761094160 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10448] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10448/stat : 10448 (java) S 10438 10438 8804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512314066 28904853504 7233 33554432000 4194304 4196468 140724335851136 139897760041360 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10449] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10449/stat : 10449 (java) S 10438 10438 8804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512314066 28904853504 7233 33554432000 4194304 4196468 140724335851136 139897758988560 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10450] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10450/stat : 10450 (java) S 10438 10438 8804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512314067 28904853504 7233 33554432000 4194304 4196468 140724335851136 139896344796016 139897813748354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10451] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10451/stat : 10451 (java) S 10438 10438 8804 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512314067 28904853504 7233 33554432000 4194304 4196468 140724335851136 139896343741984 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10452] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10452/stat : 10452 (java) S 10438 10438 8804 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512314068 28904853504 7233 33554432000 4194304 4196468 140724335851136 139896342689136 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10453] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10453/stat : 10453 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314070 28904853504 7233 33554432000 4194304 4196468 140724335851136 139896341637456 139897813755803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10454] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10454/stat : 10454 (java) S 10438 10438 8804 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 512314070 28904853504 7233 33554432000 4194304 4196468 140724335851136 139896340584816 139897813748354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10455] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10455/stat : 10455 (java) S 10438 10438 8804 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 512314070 28904853504 7233 33554432000 4194304 4196468 140724335851136 139896339532016 139897813748354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10456] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10456/stat : 10456 (java) S 10438 10438 8804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512314070 28904853504 7233 33554432000 4194304 4196468 140724335851136 139896338479216 139897813748354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10457] ppid=10438 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/10440/task/10457/stat : 10457 (java) R 10438 10438 8804 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 20 0 512314070 28904853504 7233 33554432000 4194304 4196468 140724335851136 139896337426416 139897813749142 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10458] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10458/stat : 10458 (java) S 10438 10438 8804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512314070 28904853504 7233 33554432000 4194304 4196468 140724335851136 139896336374880 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10459] ppid=10438 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10440/task/10459/stat : 10459 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314071 28904853504 7233 33554432000 4194304 4196468 140724335851136 139896335322160 139897813748354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30384 KiB

[startup+0.210542 s]*
/proc/loadavg: 7.68 7.84 7.33 3/212 10459
/proc/meminfo: memFree=25707968/32770624 swapFree=66966884/67108860
[pid=10438] ppid=10435 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10438/stat : 10438 (xcsp3-exec) S 10435 10438 8804 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 512314064 115843072 363 33554432000 4194304 5098028 140726322444256 140726322442360 140528927183484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15007744 140726322447186 140726322447445 140726322447445 140726322450374 0
/proc/10438/statm: 28282 363 304 221 0 87 0
[pid=10440] ppid=10438 vsize=28227396 memory=40460 CPUtime=0.33 cores=0-7
/proc/10440/stat : 10440 (java) S 10438 10438 8804 0 -1 1077944320 9386 0 0 0 30 3 0 0 20 0 20 0 512314064 28904853504 10115 33554432000 4194304 4196468 140724335851136 140724335833680 139897813737207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
/proc/10440/statm: 7056849 10115 3277 1 0 7019032 0
[pid=10440/tid=10441] ppid=10438 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/10440/task/10441/stat : 10441 (java) R 10438 10438 8804 0 -1 4202560 6637 0 0 0 17 2 0 0 20 0 20 0 512314065 28904853504 10115 33554432000 4194304 4196468 140724335851136 139897817970672 139897797817694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10442] ppid=10438 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/10440/task/10442/stat : 10442 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28904853504 10115 33554432000 4194304 4196468 140724335851136 139897766358160 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10443] ppid=10438 vsize=28227396 memory=3977717706654086816 CPUtime=0 cores=0-7
/proc/10440/task/10443/stat : 10443 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28904853504 10115 33554432000 4194304 4196468 140724335851136 139897765305360 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10444] ppid=10438 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10440/task/10444/stat : 10444 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28904853504 10115 33554432000 4194304 4196468 140724335851136 139897764252560 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10445] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10445/stat : 10445 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28904853504 10115 33554432000 4194304 4196468 140724335851136 139897763199760 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10446] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10446/stat : 10446 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28904853504 10115 33554432000 4194304 4196468 140724335851136 139897762146960 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10447] ppid=10438 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10440/task/10447/stat : 10447 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28904853504 10115 33554432000 4194304 4196468 140724335851136 139897761094160 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10448] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10448/stat : 10448 (java) S 10438 10438 8804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512314066 28904853504 10115 33554432000 4194304 4196468 140724335851136 139897760041360 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10449] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10449/stat : 10449 (java) S 10438 10438 8804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512314066 28904853504 10115 33554432000 4194304 4196468 140724335851136 139897758988560 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10450] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10450/stat : 10450 (java) S 10438 10438 8804 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512314067 28904853504 10115 33554432000 4194304 4196468 140724335851136 139896344796016 139897813748354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10451] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10451/stat : 10451 (java) S 10438 10438 8804 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512314067 28904853504 10115 33554432000 4194304 4196468 140724335851136 139896343741984 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10452] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10452/stat : 10452 (java) S 10438 10438 8804 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512314068 28904853504 10115 33554432000 4194304 4196468 140724335851136 139896342689136 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10453] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10453/stat : 10453 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314070 28904853504 10115 33554432000 4194304 4196468 140724335851136 139896341637456 139897813755803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10454] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10454/stat : 10454 (java) S 10438 10438 8804 0 -1 1077944384 342 0 0 0 0 0 0 0 20 0 20 0 512314070 28904853504 10115 33554432000 4194304 4196468 140724335851136 139896340584816 139897813748354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10455] ppid=10438 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/10440/task/10455/stat : 10455 (java) S 10438 10438 8804 0 -1 1077944384 257 0 0 0 2 0 0 0 20 0 20 0 512314070 28904853504 10115 33554432000 4194304 4196468 140724335851136 139896339532016 139897813748354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10456] ppid=10438 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10440/task/10456/stat : 10456 (java) S 10438 10438 8804 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 512314070 28904853504 10115 33554432000 4194304 4196468 140724335851136 139896338479216 139897813748354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10457] ppid=10438 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/10440/task/10457/stat : 10457 (java) R 10438 10438 8804 0 -1 4202560 784 0 0 0 7 0 0 0 20 0 20 0 512314070 28904853504 10115 33554432000 4194304 4196468 140724335851136 139896337426416 139897797817694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10458] ppid=10438 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10458/stat : 10458 (java) S 10438 10438 8804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512314070 28904853504 10115 33554432000 4194304 4196468 140724335851136 139896336374880 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10459] ppid=10438 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10440/task/10459/stat : 10459 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314071 28904853504 10115 33554432000 4194304 4196468 140724335851136 139896335322160 139897813748354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41912 KiB

[startup+0.318725 s]*
/proc/loadavg: 7.68 7.84 7.33 3/212 10459
/proc/meminfo: memFree=25700192/32770624 swapFree=66966884/67108860
[pid=10438] ppid=10435 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10438/stat : 10438 (xcsp3-exec) S 10435 10438 8804 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 512314064 115843072 363 33554432000 4194304 5098028 140726322444256 140726322442360 140528927183484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15007744 140726322447186 140726322447445 140726322447445 140726322450374 0
/proc/10438/statm: 28282 363 304 221 0 87 0
[pid=10440] ppid=10438 vsize=28231652 memory=50128 CPUtime=0.54 cores=0-7
/proc/10440/stat : 10440 (java) S 10438 10438 8804 0 -1 1077944320 10955 0 0 0 50 4 0 0 20 0 20 0 512314064 28909211648 12532 33554432000 4194304 4196468 140724335851136 140724335833680 139897813737207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
/proc/10440/statm: 7057913 12532 3353 1 0 7019032 0
[pid=10440/tid=10441] ppid=10438 vsize=28231652 memory=1398722017469774279 CPUtime=0.31 cores=0-7
/proc/10440/task/10441/stat : 10441 (java) R 10438 10438 8804 0 -1 4202560 7891 0 0 0 28 3 0 0 20 0 20 0 512314065 28909211648 12532 33554432000 4194304 4196468 140724335851136 139897817968320 139897797817694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10442] ppid=10438 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10442/stat : 10442 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28909211648 12532 33554432000 4194304 4196468 140724335851136 139897766358160 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10443] ppid=10438 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10443/stat : 10443 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28909211648 12532 33554432000 4194304 4196468 140724335851136 139897765305360 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10444] ppid=10438 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10444/stat : 10444 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28909211648 12532 33554432000 4194304 4196468 140724335851136 139897764252560 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10445] ppid=10438 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10445/stat : 10445 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28909211648 12532 33554432000 4194304 4196468 140724335851136 139897763199760 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10446] ppid=10438 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10446/stat : 10446 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28909211648 12532 33554432000 4194304 4196468 140724335851136 139897762146960 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10447] ppid=10438 vsize=28231652 memory=139628044708527 CPUtime=0 cores=0-7
/proc/10440/task/10447/stat : 10447 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28909211648 12532 33554432000 4194304 4196468 140724335851136 139897761094160 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10448] ppid=10438 vsize=28231652 memory=139628044710832 CPUtime=0 cores=0-7
/proc/10440/task/10448/stat : 10448 (java) S 10438 10438 8804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512314066 28909211648 12532 33554432000 4194304 4196468 140724335851136 139897760041360 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10449] ppid=10438 vsize=28231652 memory=139628044713136 CPUtime=0 cores=0-7
/proc/10440/task/10449/stat : 10449 (java) S 10438 10438 8804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512314066 28909211648 12532 33554432000 4194304 4196468 140724335851136 139897758988560 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10450] ppid=10438 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10450/stat : 10450 (java) S 10438 10438 8804 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512314067 28909211648 12532 33554432000 4194304 4196468 140724335851136 139896344796016 139897813748354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10451] ppid=10438 vsize=28231652 memory=279256089440144 CPUtime=0 cores=0-7
/proc/10440/task/10451/stat : 10451 (java) S 10438 10438 8804 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512314067 28909211648 12532 33554432000 4194304 4196468 140724335851136 139896343741984 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10452] ppid=10438 vsize=28231652 memory=279256089437840 CPUtime=0 cores=0-7
/proc/10440/task/10452/stat : 10452 (java) S 10438 10438 8804 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512314068 28909211648 12532 33554432000 4194304 4196468 140724335851136 139896342689136 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10453] ppid=10438 vsize=28231652 memory=279256089444752 CPUtime=0 cores=0-7
/proc/10440/task/10453/stat : 10453 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314070 28909211648 12532 33554432000 4194304 4196468 140724335851136 139896341637456 139897813755803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10454] ppid=10438 vsize=28231652 memory=279256089386000 CPUtime=0.01 cores=0-7
/proc/10440/task/10454/stat : 10454 (java) S 10438 10438 8804 0 -1 1077944384 377 0 0 0 1 0 0 0 20 0 20 0 512314070 28909211648 12532 33554432000 4194304 4196468 140724335851136 139896340584816 139897813748354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10455] ppid=10438 vsize=28231652 memory=279256089458576 CPUtime=0.04 cores=0-7
/proc/10440/task/10455/stat : 10455 (java) S 10438 10438 8804 0 -1 1077944384 269 0 0 0 4 0 0 0 20 0 20 0 512314070 28909211648 12532 33554432000 4194304 4196468 140724335851136 139896339532016 139897813748354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10456] ppid=10438 vsize=28231652 memory=279256089465488 CPUtime=0.03 cores=0-7
/proc/10440/task/10456/stat : 10456 (java) S 10438 10438 8804 0 -1 1077944384 185 0 0 0 3 0 0 0 20 0 20 0 512314070 28909211648 12532 33554432000 4194304 4196468 140724335851136 139896338479216 139897813748354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10457] ppid=10438 vsize=28231652 memory=279256089463184 CPUtime=0.12 cores=0-7
/proc/10440/task/10457/stat : 10457 (java) S 10438 10438 8804 0 -1 1077944384 925 0 0 0 12 0 0 0 20 0 20 0 512314070 28909211648 12532 33554432000 4194304 4196468 140724335851136 139896337426416 139897813748354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10458] ppid=10438 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10458/stat : 10458 (java) S 10438 10438 8804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512314070 28909211648 12532 33554432000 4194304 4196468 140724335851136 139896336374880 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10459] ppid=10438 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/10440/task/10459/stat : 10459 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314071 28909211648 12532 33554432000 4194304 4196468 140724335851136 139896335322160 139897813748354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51580 KiB

[startup+0.700974 s]
/proc/loadavg: 7.68 7.84 7.33 5/212 10459
/proc/meminfo: memFree=25683608/32770624 swapFree=66966884/67108860
[pid=10438] ppid=10435 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10438/stat : 10438 (xcsp3-exec) S 10435 10438 8804 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 512314064 115843072 363 33554432000 4194304 5098028 140726322444256 140726322442360 140528927183484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15007744 140726322447186 140726322447445 140726322447445 140726322450374 0
/proc/10438/statm: 28282 363 304 221 0 87 0
[pid=10440] ppid=10438 vsize=28233776 memory=86452 CPUtime=1.67 cores=0-7
/proc/10440/stat : 10440 (java) S 10438 10438 8804 0 -1 1077944320 15265 0 0 0 160 7 0 0 20 0 20 0 512314064 28911386624 21613 33554432000 4194304 4196468 140724335851136 140724335833680 139897813737207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
/proc/10440/statm: 7058444 21613 3454 1 0 7019544 0
[pid=10440/tid=10441] ppid=10438 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/10440/task/10441/stat : 10441 (java) R 10438 10438 8804 0 -1 4202560 9391 0 0 0 64 3 0 0 20 0 20 0 512314065 28911386624 21613 33554432000 4194304 4196468 140724335851136 139897817970976 139897813749142 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10442] ppid=10438 vsize=28233776 memory=139628044919664 CPUtime=0 cores=0-7
/proc/10440/task/10442/stat : 10442 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28911386624 21613 33554432000 4194304 4196468 140724335851136 139897766358160 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10443] ppid=10438 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10443/stat : 10443 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28911386624 21613 33554432000 4194304 4196468 140724335851136 139897765305360 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10444] ppid=10438 vsize=28233776 memory=8136 CPUtime=0 cores=0-7
/proc/10440/task/10444/stat : 10444 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28911386624 21613 33554432000 4194304 4196468 140724335851136 139897764252560 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10445] ppid=10438 vsize=28233776 memory=10492 CPUtime=0 cores=0-7
/proc/10440/task/10445/stat : 10445 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28911386624 21613 33554432000 4194304 4196468 140724335851136 139897763199760 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10446] ppid=10438 vsize=28233776 memory=14012 CPUtime=0 cores=0-7
/proc/10440/task/10446/stat : 10446 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28911386624 21613 33554432000 4194304 4196468 140724335851136 139897762146960 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10447] ppid=10438 vsize=28233776 memory=14080 CPUtime=0 cores=0-7
/proc/10440/task/10447/stat : 10447 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314066 28911386624 21613 33554432000 4194304 4196468 140724335851136 139897761094160 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10448] ppid=10438 vsize=28233776 memory=35992 CPUtime=0 cores=0-7
/proc/10440/task/10448/stat : 10448 (java) S 10438 10438 8804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512314066 28911386624 21613 33554432000 4194304 4196468 140724335851136 139897760041360 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10449] ppid=10438 vsize=28233776 memory=2120 CPUtime=0 cores=0-7
/proc/10440/task/10449/stat : 10449 (java) S 10438 10438 8804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512314066 28911386624 21613 33554432000 4194304 4196468 140724335851136 139897758988560 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10450] ppid=10438 vsize=28233776 memory=508 CPUtime=0 cores=0-7
/proc/10440/task/10450/stat : 10450 (java) S 10438 10438 8804 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512314067 28911386624 21613 33554432000 4194304 4196468 140724335851136 139896344796016 139897813748354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10451] ppid=10438 vsize=28233776 memory=1560 CPUtime=0 cores=0-7
/proc/10440/task/10451/stat : 10451 (java) S 10438 10438 8804 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512314067 28911386624 21613 33554432000 4194304 4196468 140724335851136 139896343741984 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10452] ppid=10438 vsize=28233776 memory=932 CPUtime=0 cores=0-7
/proc/10440/task/10452/stat : 10452 (java) S 10438 10438 8804 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512314068 28911386624 21613 33554432000 4194304 4196468 140724335851136 139896342689136 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10453] ppid=10438 vsize=28233776 memory=1568 CPUtime=0 cores=0-7
/proc/10440/task/10453/stat : 10453 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314070 28911386624 21613 33554432000 4194304 4196468 140724335851136 139896341637456 139897813755803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10454] ppid=10438 vsize=28233776 memory=33 CPUtime=0.17 cores=0-7
/proc/10440/task/10454/stat : 10454 (java) R 10438 10438 8804 0 -1 4202560 960 0 0 0 16 1 0 0 20 0 20 0 512314070 28911386624 21613 33554432000 4194304 4196468 140724335851136 139896340570752 139897813758554 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10455] ppid=10438 vsize=28233776 memory=-2025810976467231676 CPUtime=0.18 cores=0-7
/proc/10440/task/10455/stat : 10455 (java) R 10438 10438 8804 0 -1 4202560 615 0 0 0 18 0 0 0 20 0 20 0 512314070 28911386624 21613 33554432000 4194304 4196468 140724335851136 139896339521808 139897813758554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10456] ppid=10438 vsize=28233776 memory=1056 CPUtime=0.2 cores=0-7
/proc/10440/task/10456/stat : 10456 (java) R 10438 10438 8804 0 -1 4202560 742 0 0 0 20 0 0 0 20 0 20 0 512314070 28911386624 21613 33554432000 4194304 4196468 140724335851136 139896338469008 139897813758554 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10457] ppid=10438 vsize=28233776 memory=3616 CPUtime=0.41 cores=0-7
/proc/10440/task/10457/stat : 10457 (java) R 10438 10438 8804 0 -1 4202560 2244 0 0 0 40 1 0 0 20 0 20 0 512314070 28911386624 21613 33554432000 4194304 4196468 140724335851136 139896337426416 139897813758554 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10458] ppid=10438 vsize=28233776 memory=1552 CPUtime=0 cores=0-7
/proc/10440/task/10458/stat : 10458 (java) S 10438 10438 8804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512314070 28911386624 21613 33554432000 4194304 4196468 140724335851136 139896336374880 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10459] ppid=10438 vsize=28233776 memory=1708 CPUtime=0 cores=0-7
/proc/10440/task/10459/stat : 10459 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512314071 28911386624 21613 33554432000 4194304 4196468 140724335851136 139896335322160 139897813748354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 87904 KiB

[startup+1.50169 s]
/proc/loadavg: 7.68 7.84 7.33 11/220 10483
/proc/meminfo: memFree=25559028/32770624 swapFree=66966884/67108860
[pid=10438] ppid=10435 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10438/stat : 10438 (xcsp3-exec) S 10435 10438 8804 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 512314064 115843072 363 33554432000 4194304 5098028 140726322444256 140726322442360 140528927183484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15007744 140726322447186 140726322447445 140726322447445 140726322450374 0
/proc/10438/statm: 28282 363 304 221 0 87 0
[pid=10440] ppid=10438 vsize=28834900 memory=199504 CPUtime=6.96 cores=0-7
/proc/10440/stat : 10440 (java) S 10438 10438 8804 0 -1 1077944320 21324 0 0 0 684 12 0 0 20 0 28 0 512314064 29526937600 49876 33554432000 4194304 4196468 140724335851136 140724335833680 139897813737207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
/proc/10440/statm: 7208725 49876 3487 1 0 7169825 0
[pid=10440/tid=10441] ppid=10438 vsize=28834900 memory=15815620889413968 CPUtime=0.87 cores=0-7
/proc/10440/task/10441/stat : 10441 (java) S 10438 10438 8804 0 -1 1077944384 9521 0 0 0 83 4 0 0 20 0 28 0 512314065 29526937600 49876 33554432000 4194304 4196468 140724335851136 139897817977984 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10442] ppid=10438 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10442/stat : 10442 (java) S 10438 10438 8804 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 512314066 29526937600 49876 33554432000 4194304 4196468 140724335851136 139897766358160 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10443] ppid=10438 vsize=28834900 memory=8136 CPUtime=0 cores=0-7
/proc/10440/task/10443/stat : 10443 (java) S 10438 10438 8804 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 512314066 29526937600 49876 33554432000 4194304 4196468 140724335851136 139897765305360 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10444] ppid=10438 vsize=28834900 memory=10492 CPUtime=0 cores=0-7
/proc/10440/task/10444/stat : 10444 (java) S 10438 10438 8804 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 512314066 29526937600 49876 33554432000 4194304 4196468 140724335851136 139897764252560 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10445] ppid=10438 vsize=28834900 memory=14012 CPUtime=0 cores=0-7
/proc/10440/task/10445/stat : 10445 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512314066 29526937600 49876 33554432000 4194304 4196468 140724335851136 139897763199760 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10446] ppid=10438 vsize=28834900 memory=14080 CPUtime=0 cores=0-7
/proc/10440/task/10446/stat : 10446 (java) S 10438 10438 8804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 512314066 29526937600 49876 33554432000 4194304 4196468 140724335851136 139897762146960 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10447] ppid=10438 vsize=28834900 memory=35992 CPUtime=0 cores=0-7
/proc/10440/task/10447/stat : 10447 (java) S 10438 10438 8804 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 512314066 29526937600 49876 33554432000 4194304 4196468 140724335851136 139897761094160 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10448] ppid=10438 vsize=28834900 memory=139632488609407 CPUtime=0 cores=0-7
/proc/10440/task/10448/stat : 10448 (java) S 10438 10438 8804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512314066 29526937600 49876 33554432000 4194304 4196468 140724335851136 139897760041360 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10449] ppid=10438 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10449/stat : 10449 (java) S 10438 10438 8804 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 512314066 29526937600 49876 33554432000 4194304 4196468 140724335851136 139897758988560 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10450] ppid=10438 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10450/stat : 10450 (java) S 10438 10438 8804 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 512314067 29526937600 49876 33554432000 4194304 4196468 140724335851136 139896344796016 139897813748354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10451] ppid=10438 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10451/stat : 10451 (java) S 10438 10438 8804 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 512314067 29526937600 49876 33554432000 4194304 4196468 140724335851136 139896343741984 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10452] ppid=10438 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10452/stat : 10452 (java) S 10438 10438 8804 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 512314068 29526937600 49876 33554432000 4194304 4196468 140724335851136 139896342689136 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10453] ppid=10438 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10440/task/10453/stat : 10453 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512314070 29526937600 49876 33554432000 4194304 4196468 140724335851136 139896341637456 139897813755803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10454] ppid=10438 vsize=28834900 memory=6791534058613427641 CPUtime=0.81 cores=0-7
/proc/10440/task/10454/stat : 10454 (java) R 10438 10438 8804 0 -1 4202560 2024 0 0 0 80 1 0 0 20 0 28 0 512314070 29526937600 49876 33554432000 4194304 4196468 140724335851136 139896340565968 139897792992678 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10455] ppid=10438 vsize=28834900 memory=5787213835721533265 CPUtime=0.83 cores=0-7
/proc/10440/task/10455/stat : 10455 (java) R 10438 10438 8804 0 -1 4202560 1869 0 0 0 83 0 0 0 20 0 28 0 512314070 29526937600 49876 33554432000 4194304 4196468 140724335851136 139896339517984 139897791611008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10456] ppid=10438 vsize=28834900 memory=7007706849797499992 CPUtime=0.81 cores=0-7
/proc/10440/task/10456/stat : 10456 (java) R 10438 10438 8804 0 -1 4202560 1814 0 0 0 80 1 0 0 20 0 28 0 512314070 29526937600 49876 33554432000 4194304 4196468 140724335851136 139896338460368 139897798659008 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10457] ppid=10438 vsize=28834900 memory=7373906894009688128 CPUtime=0.73 cores=0-7
/proc/10440/task/10457/stat : 10457 (java) S 10438 10438 8804 0 -1 1077944384 3374 0 0 0 72 1 0 0 20 0 28 0 512314070 29526937600 49876 33554432000 4194304 4196468 140724335851136 139896337426416 139897813748354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10458] ppid=10438 vsize=28834900 memory=5933896499731190373 CPUtime=0 cores=0-7
/proc/10440/task/10458/stat : 10458 (java) S 10438 10438 8804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512314070 29526937600 49876 33554432000 4194304 4196468 140724335851136 139896336374880 139897813747413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
[pid=10440/tid=10459] ppid=10438 vsize=28834900 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/10440/task/10459/stat : 10459 (java) S 10438 10438 8804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512314071 29526937600 49876 33554432000 4194304 4196468 140724335851136 139896335322160 139897813748354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27717632 140724335858646 140724335858822 140724335858822 140724335861711 0
Current children cumulated CPU time: 6.96 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 200956 KiB

[startup+3.00529 s]
# the end of solver process 10438 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=18.5973 s, system=0.160372 s

Solver just ended.

[startup+3.10953 s]
/proc/loadavg: 7.68 7.84 7.33 3/194 10531
/proc/meminfo: memFree=25689044/32770624 swapFree=66966884/67108860
Current cumulated CPU time of completed processes: 18.7577 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
heavy processes:
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.10953 s]*
/proc/loadavg: 7.68 7.84 7.33 1/190 10531
/proc/meminfo: memFree=25736716/32770624 swapFree=66966884/67108860
Current cumulated CPU time of completed processes: 18.7577 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 3.30417
CPU time (s): 18.7577
CPU user time (s): 18.5973
CPU system time (s): 0.160372
CPU usage (%): 567.698
Max. virtual memory (cumulated for all children) (KiB): 28948028
Max. memory (cumulated for all children) (KiB): 220564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.5973
system time used= 0.160372
maximum resident set size= 221888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27198
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4446
involuntary context switches= 475


# summary of solver processes directly reported to runsolver:
#   pid: 10438
#   total CPU time (s): 18.7577
#   total CPU user time (s): 18.5973
#   total CPU system time (s): 0.160372

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043049 second user time and 0.080785 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-25 00:22:14
IDJOB=4407018
IDBENCH=141325
IDSOLVER=2871
FILE ID=node145/4407018-1569363776
RUNJOBID= node145-1569356229-8831
PBS_JOBID= 21705102
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12a_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407018-1569363776/watcher-4407018-1569363776 -o /var/tmp/evaluation-result-4407018-1569363776/solver-4407018-1569363776 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1569356229-8831 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 796921941 HOME/instance-4407018-1569363776.xml

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

MD5SUM BENCH= 56cb9e23f693fb34c9078bf93399e92e
RANDOM SEED=796921941

node145.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.59
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.59
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.59
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.59
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:        25738372 kB
MemAvailable:   31813560 kB
Buffers:          160164 kB
Cached:          6066776 kB
SwapCached:        32452 kB
Active:          3046296 kB
Inactive:        3216848 kB
Active(anon):       3568 kB
Inactive(anon):    89852 kB
Active(file):    3042728 kB
Inactive(file):  3126996 kB
Unevictable:      108772 kB
Mlocked:          108772 kB
SwapTotal:      67108860 kB
SwapFree:       66966884 kB
Dirty:             26064 kB
Writeback:             0 kB
AnonPages:         57528 kB
Mapped:            57672 kB
Shmem:             48852 kB
Slab:             362596 kB
SReclaimable:     333924 kB
SUnreclaim:        28672 kB
KernelStack:        3728 kB
PageTables:         6028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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 /var/tmp at the end= 13484 MiB
End job on node145 at 2019-09-25 00:22:17